javax.microedition.khronos.egl.EGL10 | EGL |
Value | ||||
---|---|---|---|---|
int | EGL_ALPHA_FORMAT | 12424 | 0x00003088 | |
int | EGL_ALPHA_MASK_SIZE | 12350 | 0x0000303e | |
int | EGL_ALPHA_SIZE | 12321 | 0x00003021 | |
int | EGL_BAD_ACCESS | 12290 | 0x00003002 | |
int | EGL_BAD_ALLOC | 12291 | 0x00003003 | |
int | EGL_BAD_ATTRIBUTE | 12292 | 0x00003004 | |
int | EGL_BAD_CONFIG | 12293 | 0x00003005 | |
int | EGL_BAD_CONTEXT | 12294 | 0x00003006 | |
int | EGL_BAD_CURRENT_SURFACE | 12295 | 0x00003007 | |
int | EGL_BAD_DISPLAY | 12296 | 0x00003008 | |
int | EGL_BAD_MATCH | 12297 | 0x00003009 | |
int | EGL_BAD_NATIVE_PIXMAP | 12298 | 0x0000300a | |
int | EGL_BAD_NATIVE_WINDOW | 12299 | 0x0000300b | |
int | EGL_BAD_PARAMETER | 12300 | 0x0000300c | |
int | EGL_BAD_SURFACE | 12301 | 0x0000300d | |
int | EGL_BLUE_SIZE | 12322 | 0x00003022 | |
int | EGL_BUFFER_SIZE | 12320 | 0x00003020 | |
int | EGL_COLORSPACE | 12423 | 0x00003087 | |
int | EGL_COLOR_BUFFER_TYPE | 12351 | 0x0000303f | |
int | EGL_CONFIG_CAVEAT | 12327 | 0x00003027 | |
int | EGL_CONFIG_ID | 12328 | 0x00003028 | |
int | EGL_CORE_NATIVE_ENGINE | 12379 | 0x0000305b | |
Object | EGL_DEFAULT_DISPLAY | |||
int | EGL_DEPTH_SIZE | 12325 | 0x00003025 | |
int | EGL_DONT_CARE | -1 | 0xffffffff | |
int | EGL_DRAW | 12377 | 0x00003059 | |
int | EGL_EXTENSIONS | 12373 | 0x00003055 | |
int | EGL_GREEN_SIZE | 12323 | 0x00003023 | |
int | EGL_HEIGHT | 12374 | 0x00003056 | |
int | EGL_HORIZONTAL_RESOLUTION | 12432 | 0x00003090 | |
int | EGL_LARGEST_PBUFFER | 12376 | 0x00003058 | |
int | EGL_LEVEL | 12329 | 0x00003029 | |
int | EGL_LUMINANCE_BUFFER | 12431 | 0x0000308f | |
int | EGL_LUMINANCE_SIZE | 12349 | 0x0000303d | |
int | EGL_MAX_PBUFFER_HEIGHT | 12330 | 0x0000302a | |
int | EGL_MAX_PBUFFER_PIXELS | 12331 | 0x0000302b | |
int | EGL_MAX_PBUFFER_WIDTH | 12332 | 0x0000302c | |
int | EGL_NATIVE_RENDERABLE | 12333 | 0x0000302d | |
int | EGL_NATIVE_VISUAL_ID | 12334 | 0x0000302e | |
int | EGL_NATIVE_VISUAL_TYPE | 12335 | 0x0000302f | |
int | EGL_NONE | 12344 | 0x00003038 | |
int | EGL_NON_CONFORMANT_CONFIG | 12369 | 0x00003051 | |
int | EGL_NOT_INITIALIZED | 12289 | 0x00003001 | |
EGLContext | EGL_NO_CONTEXT | |||
EGLDisplay | EGL_NO_DISPLAY | |||
EGLSurface | EGL_NO_SURFACE | |||
int | EGL_PBUFFER_BIT | 1 | 0x00000001 | |
int | EGL_PIXEL_ASPECT_RATIO | 12434 | 0x00003092 | |
int | EGL_PIXMAP_BIT | 2 | 0x00000002 | |
int | EGL_READ | 12378 | 0x0000305a | |
int | EGL_RED_SIZE | 12324 | 0x00003024 | |
int | EGL_RENDERABLE_TYPE | 12352 | 0x00003040 | |
int | EGL_RENDER_BUFFER | 12422 | 0x00003086 | |
int | EGL_RGB_BUFFER | 12430 | 0x0000308e | |
int | EGL_SAMPLES | 12337 | 0x00003031 | |
int | EGL_SAMPLE_BUFFERS | 12338 | 0x00003032 | |
int | EGL_SINGLE_BUFFER | 12421 | 0x00003085 | |
int | EGL_SLOW_CONFIG | 12368 | 0x00003050 | |
int | EGL_STENCIL_SIZE | 12326 | 0x00003026 | |
int | EGL_SUCCESS | 12288 | 0x00003000 | |
int | EGL_SURFACE_TYPE | 12339 | 0x00003033 | |
int | EGL_TRANSPARENT_BLUE_VALUE | 12341 | 0x00003035 | |
int | EGL_TRANSPARENT_GREEN_VALUE | 12342 | 0x00003036 | |
int | EGL_TRANSPARENT_RED_VALUE | 12343 | 0x00003037 | |
int | EGL_TRANSPARENT_RGB | 12370 | 0x00003052 | |
int | EGL_TRANSPARENT_TYPE | 12340 | 0x00003034 | |
int | EGL_VENDOR | 12371 | 0x00003053 | |
int | EGL_VERSION | 12372 | 0x00003054 | |
int | EGL_VERTICAL_RESOLUTION | 12433 | 0x00003091 | |
int | EGL_WIDTH | 12375 | 0x00003057 | |
int | EGL_WINDOW_BIT | 4 | 0x00000004 |
boolean | eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config) | |||||
boolean | eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap) | |||||
EGLContext | eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) | |||||
EGLSurface | eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) | |||||
EGLSurface | eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) | |||||
EGLSurface | eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) | |||||
boolean | eglDestroyContext(EGLDisplay display, EGLContext context) | |||||
boolean | eglDestroySurface(EGLDisplay display, EGLSurface surface) | |||||
boolean | eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value) | |||||
boolean | eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_config) | |||||
EGLContext | eglGetCurrentContext() | |||||
EGLDisplay | eglGetCurrentDisplay() | |||||
EGLSurface | eglGetCurrentSurface(int readdraw) | |||||
EGLDisplay | eglGetDisplay(Object native_display) | |||||
int | eglGetError() | |||||
boolean | eglInitialize(EGLDisplay display, int[] major_minor) | |||||
boolean | eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) | |||||
boolean | eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value) | |||||
String | eglQueryString(EGLDisplay display, int name) | |||||
boolean | eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value) | |||||
boolean | eglSwapBuffers(EGLDisplay display, EGLSurface surface) | |||||
boolean | eglTerminate(EGLDisplay display) | |||||
boolean | eglWaitGL() | |||||
boolean | eglWaitNative(int engine, Object bindTarget) |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |