Android

javax.microedition.khronos.egl.EGL10

javax.microedition.khronos.egl.EGL10 EGL
Known Indirect Subclasses

Summary

Constants

      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    0x00000001 
int  EGL_PIXEL_ASPECT_RATIO    12434  0x00003092 
int  EGL_PIXMAP_BIT    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    0x00000004 

Public Methods

          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)

Details

Constants

public static final int EGL_ALPHA_FORMAT

Constant Value: 12424 (0x00003088)

public static final int EGL_ALPHA_MASK_SIZE

Constant Value: 12350 (0x0000303e)

public static final int EGL_ALPHA_SIZE

Constant Value: 12321 (0x00003021)

public static final int EGL_BAD_ACCESS

Constant Value: 12290 (0x00003002)

public static final int EGL_BAD_ALLOC

Constant Value: 12291 (0x00003003)

public static final int EGL_BAD_ATTRIBUTE

Constant Value: 12292 (0x00003004)

public static final int EGL_BAD_CONFIG

Constant Value: 12293 (0x00003005)

public static final int EGL_BAD_CONTEXT

Constant Value: 12294 (0x00003006)

public static final int EGL_BAD_CURRENT_SURFACE

Constant Value: 12295 (0x00003007)

public static final int EGL_BAD_DISPLAY

Constant Value: 12296 (0x00003008)

public static final int EGL_BAD_MATCH

Constant Value: 12297 (0x00003009)

public static final int EGL_BAD_NATIVE_PIXMAP

Constant Value: 12298 (0x0000300a)

public static final int EGL_BAD_NATIVE_WINDOW

Constant Value: 12299 (0x0000300b)

public static final int EGL_BAD_PARAMETER

Constant Value: 12300 (0x0000300c)

public static final int EGL_BAD_SURFACE

Constant Value: 12301 (0x0000300d)

public static final int EGL_BLUE_SIZE

Constant Value: 12322 (0x00003022)

public static final int EGL_BUFFER_SIZE

Constant Value: 12320 (0x00003020)

public static final int EGL_COLORSPACE

Constant Value: 12423 (0x00003087)

public static final int EGL_COLOR_BUFFER_TYPE

Constant Value: 12351 (0x0000303f)

public static final int EGL_CONFIG_CAVEAT

Constant Value: 12327 (0x00003027)

public static final int EGL_CONFIG_ID

Constant Value: 12328 (0x00003028)

public static final int EGL_CORE_NATIVE_ENGINE

Constant Value: 12379 (0x0000305b)

public static final Object EGL_DEFAULT_DISPLAY

public static final int EGL_DEPTH_SIZE

Constant Value: 12325 (0x00003025)

public static final int EGL_DONT_CARE

Constant Value: -1 (0xffffffff)

public static final int EGL_DRAW

Constant Value: 12377 (0x00003059)

public static final int EGL_EXTENSIONS

Constant Value: 12373 (0x00003055)

public static final int EGL_GREEN_SIZE

Constant Value: 12323 (0x00003023)

public static final int EGL_HEIGHT

Constant Value: 12374 (0x00003056)

public static final int EGL_HORIZONTAL_RESOLUTION

Constant Value: 12432 (0x00003090)

public static final int EGL_LARGEST_PBUFFER

Constant Value: 12376 (0x00003058)

public static final int EGL_LEVEL

Constant Value: 12329 (0x00003029)

public static final int EGL_LUMINANCE_BUFFER

Constant Value: 12431 (0x0000308f)

public static final int EGL_LUMINANCE_SIZE

Constant Value: 12349 (0x0000303d)

public static final int EGL_MAX_PBUFFER_HEIGHT

Constant Value: 12330 (0x0000302a)

public static final int EGL_MAX_PBUFFER_PIXELS

Constant Value: 12331 (0x0000302b)

public static final int EGL_MAX_PBUFFER_WIDTH

Constant Value: 12332 (0x0000302c)

public static final int EGL_NATIVE_RENDERABLE

Constant Value: 12333 (0x0000302d)

public static final int EGL_NATIVE_VISUAL_ID

Constant Value: 12334 (0x0000302e)

public static final int EGL_NATIVE_VISUAL_TYPE

Constant Value: 12335 (0x0000302f)

public static final int EGL_NONE

Constant Value: 12344 (0x00003038)

public static final int EGL_NON_CONFORMANT_CONFIG

Constant Value: 12369 (0x00003051)

public static final int EGL_NOT_INITIALIZED

Constant Value: 12289 (0x00003001)

public static final EGLContext EGL_NO_CONTEXT

public static final EGLDisplay EGL_NO_DISPLAY

public static final EGLSurface EGL_NO_SURFACE

public static final int EGL_PBUFFER_BIT

Constant Value: 1 (0x00000001)

public static final int EGL_PIXEL_ASPECT_RATIO

Constant Value: 12434 (0x00003092)

public static final int EGL_PIXMAP_BIT

Constant Value: 2 (0x00000002)

public static final int EGL_READ

Constant Value: 12378 (0x0000305a)

public static final int EGL_RED_SIZE

Constant Value: 12324 (0x00003024)

public static final int EGL_RENDERABLE_TYPE

Constant Value: 12352 (0x00003040)

public static final int EGL_RENDER_BUFFER

Constant Value: 12422 (0x00003086)

public static final int EGL_RGB_BUFFER

Constant Value: 12430 (0x0000308e)

public static final int EGL_SAMPLES

Constant Value: 12337 (0x00003031)

public static final int EGL_SAMPLE_BUFFERS

Constant Value: 12338 (0x00003032)

public static final int EGL_SINGLE_BUFFER

Constant Value: 12421 (0x00003085)

public static final int EGL_SLOW_CONFIG

Constant Value: 12368 (0x00003050)

public static final int EGL_STENCIL_SIZE

Constant Value: 12326 (0x00003026)

public static final int EGL_SUCCESS

Constant Value: 12288 (0x00003000)

public static final int EGL_SURFACE_TYPE

Constant Value: 12339 (0x00003033)

public static final int EGL_TRANSPARENT_BLUE_VALUE

Constant Value: 12341 (0x00003035)

public static final int EGL_TRANSPARENT_GREEN_VALUE

Constant Value: 12342 (0x00003036)

public static final int EGL_TRANSPARENT_RED_VALUE

Constant Value: 12343 (0x00003037)

public static final int EGL_TRANSPARENT_RGB

Constant Value: 12370 (0x00003052)

public static final int EGL_TRANSPARENT_TYPE

Constant Value: 12340 (0x00003034)

public static final int EGL_VENDOR

Constant Value: 12371 (0x00003053)

public static final int EGL_VERSION

Constant Value: 12372 (0x00003054)

public static final int EGL_VERTICAL_RESOLUTION

Constant Value: 12433 (0x00003091)

public static final int EGL_WIDTH

Constant Value: 12375 (0x00003057)

public static final int EGL_WINDOW_BIT

Constant Value: 4 (0x00000004)

Public Methods

public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config)

public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap)

public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)

public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)

public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list)

public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list)

public boolean eglDestroyContext(EGLDisplay display, EGLContext context)

public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface)

public boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value)

public boolean eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_config)

public EGLContext eglGetCurrentContext()

public EGLDisplay eglGetCurrentDisplay()

public EGLSurface eglGetCurrentSurface(int readdraw)

public EGLDisplay eglGetDisplay(Object native_display)

public int eglGetError()

public boolean eglInitialize(EGLDisplay display, int[] major_minor)

public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)

public boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value)

public String eglQueryString(EGLDisplay display, int name)

public boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value)

public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface)

public boolean eglTerminate(EGLDisplay display)

public boolean eglWaitGL()

public boolean eglWaitNative(int engine, Object bindTarget)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56