|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.egl.EGLExtImpl
public class EGLExtImpl
Field Summary |
---|
Constructor Summary | |
---|---|
EGLExtImpl(EGLContext context)
|
Method Summary | |
---|---|
boolean |
dispatch_eglBindAPI1(int api,
long procAddress)
Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglBindTexImage1(long dpy,
long surface,
int buffer,
long procAddress)
Entry point to C language function: EGLBoolean eglBindTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer); Part of EGL_VERSION_1_X |
int |
dispatch_eglClientWaitSyncKHR1(long sync,
int flags,
int timeout,
long procAddress)
Entry point to C language function: int32_t eglClientWaitSyncKHR(EGLNativePointerType sync, int32_t flags, uint64_t timeout); Part of EGL_KHR_sync |
boolean |
dispatch_eglCopyBuffers1(long dpy,
long surface,
long target,
long procAddress)
Entry point to C language function: EGLBoolean eglCopyBuffers(EGLNativePointerType dpy, EGLNativePointerType surface, EGLNativePointerType target); Part of EGL_VERSION_1_X |
long |
dispatch_eglCreateNativeSyncKHR1(long sync,
long procAddress)
Entry point to C language function: EGLNativePointerType eglCreateNativeSyncKHR(EGLNativePointerType sync); Part of EGL_KHR_sync |
boolean |
dispatch_eglDestroyContext1(long dpy,
long ctx,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroyContext(EGLNativePointerType dpy, EGLNativePointerType ctx); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglDestroyImageKHR1(long dpy,
long image,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroyImageKHR(EGLNativePointerType dpy, EGLNativePointerType image); Part of EGL_KHR_image |
boolean |
dispatch_eglDestroySurface1(long dpy,
long surface,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroySurface(EGLNativePointerType dpy, EGLNativePointerType surface); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglDestroySyncKHR1(long sync,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroySyncKHR(EGLNativePointerType sync); Part of EGL_KHR_sync |
boolean |
dispatch_eglFenceKHR1(long sync,
long procAddress)
Entry point to C language function: EGLBoolean eglFenceKHR(EGLNativePointerType sync); Part of EGL_KHR_sync |
long |
dispatch_eglGetCurrentContext1(long procAddress)
Entry point to C language function: EGLNativePointerType eglGetCurrentContext(void); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetCurrentDisplay1(long procAddress)
Entry point to C language function: EGLNativePointerType eglGetCurrentDisplay(void); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetCurrentSurface1(int readdraw,
long procAddress)
Entry point to C language function: EGLNativePointerType eglGetCurrentSurface(int32_t readdraw); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetDisplay1(long display_id,
long procAddress)
Entry point to C language function: EGLNativePointerType eglGetDisplay(EGLNativeDisplayType display_id); Part of EGL_VERSION_1_X |
int |
dispatch_eglGetError1(long procAddress)
Entry point to C language function: int32_t eglGetError(void); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetProcAddress1(String procname,
long procAddress)
Entry point to C language function: __EGLFuncPtr eglGetProcAddress(const char * procname); Part of EGL_VERSION_1_X |
int |
dispatch_eglGetSystemTimeFrequencyNV1(long procAddress)
Entry point to C language function: uint64_t eglGetSystemTimeFrequencyNV(void); Part of EGL_NV_system_time |
int |
dispatch_eglGetSystemTimeNV1(long procAddress)
Entry point to C language function: uint64_t eglGetSystemTimeNV(void); Part of EGL_NV_system_time |
boolean |
dispatch_eglMakeCurrent1(long dpy,
long draw,
long read,
long ctx,
long procAddress)
Entry point to C language function: EGLBoolean eglMakeCurrent(EGLNativePointerType dpy, EGLNativePointerType draw, EGLNativePointerType read, EGLNativePointerType ctx); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglNvmaOutputSurfacePbufferLock1(long display,
long pbuffer,
long procAddress)
Entry point to C language function: EGLBoolean eglNvmaOutputSurfacePbufferLock(EGLNativePointerType display, EGLNativePointerType pbuffer); Part of EGL_NV_client_api_nvma |
boolean |
dispatch_eglNvmaOutputSurfacePbufferUnlock1(long display,
long pbuffer,
long procAddress)
Entry point to C language function: EGLBoolean eglNvmaOutputSurfacePbufferUnlock(EGLNativePointerType display, EGLNativePointerType pbuffer); Part of EGL_NV_client_api_nvma |
int |
dispatch_eglQueryAPI1(long procAddress)
Entry point to C language function: EGLenum eglQueryAPI(void); Part of EGL_VERSION_1_X |
String |
dispatch_eglQueryString1(long dpy,
int name,
long procAddress)
Entry point to C language function: const char * eglQueryString(EGLNativePointerType dpy, int32_t name); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglReleaseTexImage1(long dpy,
long surface,
int buffer,
long procAddress)
Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglReleaseThread1(long procAddress)
Entry point to C language function: EGLBoolean eglReleaseThread(void); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglSignalSyncKHR1(long sync,
int mode,
long procAddress)
Entry point to C language function: EGLBoolean eglSignalSyncKHR(EGLNativePointerType sync, EGLenum mode); Part of EGL_KHR_sync |
boolean |
dispatch_eglSurfaceAttrib1(long dpy,
long surface,
int attribute,
int value,
long procAddress)
Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t value); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglSwapBuffers1(long dpy,
long surface,
long procAddress)
Entry point to C language function: EGLBoolean eglSwapBuffers(EGLNativePointerType dpy, EGLNativePointerType surface); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglSwapInterval1(long dpy,
int interval,
long procAddress)
Entry point to C language function: EGLBoolean eglSwapInterval(EGLNativePointerType dpy, int32_t interval); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglTerminate1(long dpy,
long procAddress)
Entry point to C language function: EGLBoolean eglTerminate(EGLNativePointerType dpy); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglUnlockSurfaceKHR1(long display,
long surface,
long procAddress)
Entry point to C language function: EGLBoolean eglUnlockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface); Part of EGL_KHR_lock_surface |
boolean |
dispatch_eglVideoImageLockNV1(long dpy,
long image,
int api,
long procAddress)
Entry point to C language function: EGLBoolean eglVideoImageLockNV(EGLNativePointerType dpy, EGLNativePointerType image, EGLenum api); Part of EGL_NV_nvva_image |
boolean |
dispatch_eglVideoImageUnlockNV1(long dpy,
long image,
long procAddress)
Entry point to C language function: EGLBoolean eglVideoImageUnlockNV(EGLNativePointerType dpy, EGLNativePointerType image); Part of EGL_NV_nvva_image |
boolean |
dispatch_eglWaitClient1(long procAddress)
Entry point to C language function: EGLBoolean eglWaitClient(void); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglWaitGL1(long procAddress)
Entry point to C language function: EGLBoolean eglWaitGL(void); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglWaitNative1(int engine,
long procAddress)
Entry point to C language function: EGLBoolean eglWaitNative(int32_t engine); Part of EGL_VERSION_1_X |
boolean |
eglBindAPI(int api)
Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api); Part of EGL_VERSION_1_X |
boolean |
eglBindTexImage(long dpy,
long surface,
int buffer)
Entry point to C language function: EGLBoolean eglBindTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer); Part of EGL_VERSION_1_X |
boolean |
eglChooseConfig(long dpy,
int[] attrib_list,
int attrib_list_offset,
com.jogamp.common.nio.PointerBuffer configs,
int config_size,
int[] num_config,
int num_config_offset)
Entry point to C language function: EGLBoolean eglChooseConfig(EGLNativePointerType dpy, const int32_t * attrib_list, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config); Part of EGL_VERSION_1_X |
boolean |
eglChooseConfig(long dpy,
IntBuffer attrib_list,
com.jogamp.common.nio.PointerBuffer configs,
int config_size,
IntBuffer num_config)
Entry point to C language function: EGLBoolean eglChooseConfig(EGLNativePointerType dpy, const int32_t * attrib_list, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config); Part of EGL_VERSION_1_X |
int |
eglClientWaitSyncKHR(long sync,
int flags,
int timeout)
Entry point to C language function: int32_t eglClientWaitSyncKHR(EGLNativePointerType sync, int32_t flags, uint64_t timeout); Part of EGL_KHR_sync |
boolean |
eglCopyBuffers(long dpy,
long surface,
long target)
Entry point to C language function: EGLBoolean eglCopyBuffers(EGLNativePointerType dpy, EGLNativePointerType surface, EGLNativePointerType target); Part of EGL_VERSION_1_X |
long |
eglCreateContext(long dpy,
long config,
long share_context,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativePointerType eglCreateContext(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType share_context, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreateContext(long dpy,
long config,
long share_context,
IntBuffer attrib_list)
Entry point to C language function: EGLNativePointerType eglCreateContext(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType share_context, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreateFenceSyncKHR(long dpy,
int condition,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativePointerType eglCreateFenceSyncKHR(EGLNativePointerType dpy, EGLenum condition, const int32_t * attrib_list); Part of EGL_KHR_sync |
long |
eglCreateFenceSyncKHR(long dpy,
int condition,
IntBuffer attrib_list)
Entry point to C language function: EGLNativePointerType eglCreateFenceSyncKHR(EGLNativePointerType dpy, EGLenum condition, const int32_t * attrib_list); Part of EGL_KHR_sync |
long |
eglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
int[] attr_list,
int attr_list_offset)
Entry point to C language function: EGLNativePointerType eglCreateImageKHR(EGLNativePointerType dpy, EGLNativePointerType ctx, EGLenum target, EGLNativePointerType buffer, int32_t * attr_list); Part of EGL_KHR_image |
long |
eglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
IntBuffer attr_list)
Entry point to C language function: EGLNativePointerType eglCreateImageKHR(EGLNativePointerType dpy, EGLNativePointerType ctx, EGLenum target, EGLNativePointerType buffer, int32_t * attr_list); Part of EGL_KHR_image |
long |
eglCreateNativeSyncKHR(long sync)
Entry point to C language function: EGLNativePointerType eglCreateNativeSyncKHR(EGLNativePointerType sync); Part of EGL_KHR_sync |
long |
eglCreatePbufferFromClientBuffer(long dpy,
int buftype,
long buffer,
long config,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativePointerType eglCreatePbufferFromClientBuffer(EGLNativePointerType dpy, EGLenum buftype, EGLNativePointerType buffer, EGLNativePointerType config, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePbufferFromClientBuffer(long dpy,
int buftype,
long buffer,
long config,
IntBuffer attrib_list)
Entry point to C language function: EGLNativePointerType eglCreatePbufferFromClientBuffer(EGLNativePointerType dpy, EGLenum buftype, EGLNativePointerType buffer, EGLNativePointerType config, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePbufferSurface(long dpy,
long config,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativePointerType eglCreatePbufferSurface(EGLNativePointerType dpy, EGLNativePointerType config, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePbufferSurface(long dpy,
long config,
IntBuffer attrib_list)
Entry point to C language function: EGLNativePointerType eglCreatePbufferSurface(EGLNativePointerType dpy, EGLNativePointerType config, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePixmapSurface(long dpy,
long config,
long pixmap,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativePointerType eglCreatePixmapSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType pixmap, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePixmapSurface(long dpy,
long config,
long pixmap,
IntBuffer attrib_list)
Entry point to C language function: EGLNativePointerType eglCreatePixmapSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType pixmap, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreateWindowSurface(long dpy,
long config,
long win,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativePointerType eglCreateWindowSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType win, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreateWindowSurface(long dpy,
long config,
long win,
IntBuffer attrib_list)
Entry point to C language function: EGLNativePointerType eglCreateWindowSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType win, const int32_t * attrib_list); Part of EGL_VERSION_1_X |
boolean |
eglDestroyContext(long dpy,
long ctx)
Entry point to C language function: EGLBoolean eglDestroyContext(EGLNativePointerType dpy, EGLNativePointerType ctx); Part of EGL_VERSION_1_X |
boolean |
eglDestroyImageKHR(long dpy,
long image)
Entry point to C language function: EGLBoolean eglDestroyImageKHR(EGLNativePointerType dpy, EGLNativePointerType image); Part of EGL_KHR_image |
boolean |
eglDestroySurface(long dpy,
long surface)
Entry point to C language function: EGLBoolean eglDestroySurface(EGLNativePointerType dpy, EGLNativePointerType surface); Part of EGL_VERSION_1_X |
boolean |
eglDestroySyncKHR(long sync)
Entry point to C language function: EGLBoolean eglDestroySyncKHR(EGLNativePointerType sync); Part of EGL_KHR_sync |
boolean |
eglFenceKHR(long sync)
Entry point to C language function: EGLBoolean eglFenceKHR(EGLNativePointerType sync); Part of EGL_KHR_sync |
boolean |
eglGetConfigAttrib(long dpy,
long config,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLNativePointerType dpy, EGLNativePointerType config, int32_t attribute, int32_t * value); Part of EGL_VERSION_1_X |
boolean |
eglGetConfigAttrib(long dpy,
long config,
int attribute,
IntBuffer value)
Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLNativePointerType dpy, EGLNativePointerType config, int32_t attribute, int32_t * value); Part of EGL_VERSION_1_X |
boolean |
eglGetConfigs(long dpy,
com.jogamp.common.nio.PointerBuffer configs,
int config_size,
int[] num_config,
int num_config_offset)
Entry point to C language function: EGLBoolean eglGetConfigs(EGLNativePointerType dpy, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config); Part of EGL_VERSION_1_X |
boolean |
eglGetConfigs(long dpy,
com.jogamp.common.nio.PointerBuffer configs,
int config_size,
IntBuffer num_config)
Entry point to C language function: EGLBoolean eglGetConfigs(EGLNativePointerType dpy, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config); Part of EGL_VERSION_1_X |
long |
eglGetCurrentContext()
Entry point to C language function: EGLNativePointerType eglGetCurrentContext(void); Part of EGL_VERSION_1_X |
long |
eglGetCurrentDisplay()
Entry point to C language function: EGLNativePointerType eglGetCurrentDisplay(void); Part of EGL_VERSION_1_X |
long |
eglGetCurrentSurface(int readdraw)
Entry point to C language function: EGLNativePointerType eglGetCurrentSurface(int32_t readdraw); Part of EGL_VERSION_1_X |
long |
eglGetDisplay(long display_id)
Entry point to C language function: EGLNativePointerType eglGetDisplay(EGLNativeDisplayType display_id); Part of EGL_VERSION_1_X |
int |
eglGetError()
Entry point to C language function: int32_t eglGetError(void); Part of EGL_VERSION_1_X |
long |
eglGetProcAddress(String procname)
Entry point to C language function: __EGLFuncPtr eglGetProcAddress(const char * procname); Part of EGL_VERSION_1_X |
boolean |
eglGetSyncAttribKHR(long sync,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglGetSyncAttribKHR(EGLNativePointerType sync, int32_t attribute, int32_t * value); Part of EGL_KHR_sync |
boolean |
eglGetSyncAttribKHR(long sync,
int attribute,
IntBuffer value)
Entry point to C language function: EGLBoolean eglGetSyncAttribKHR(EGLNativePointerType sync, int32_t attribute, int32_t * value); Part of EGL_KHR_sync |
int |
eglGetSystemTimeFrequencyNV()
Entry point to C language function: uint64_t eglGetSystemTimeFrequencyNV(void); Part of EGL_NV_system_time |
int |
eglGetSystemTimeNV()
Entry point to C language function: uint64_t eglGetSystemTimeNV(void); Part of EGL_NV_system_time |
boolean |
eglInitialize(long dpy,
int[] major,
int major_offset,
int[] minor,
int minor_offset)
Entry point to C language function: EGLBoolean eglInitialize(EGLNativePointerType dpy, int32_t * major, int32_t * minor); Part of EGL_VERSION_1_X |
boolean |
eglInitialize(long dpy,
IntBuffer major,
IntBuffer minor)
Entry point to C language function: EGLBoolean eglInitialize(EGLNativePointerType dpy, int32_t * major, int32_t * minor); Part of EGL_VERSION_1_X |
boolean |
eglLockSurfaceKHR(long display,
long surface,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLBoolean eglLockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface, const int32_t * attrib_list); Part of EGL_KHR_lock_surface |
boolean |
eglLockSurfaceKHR(long display,
long surface,
IntBuffer attrib_list)
Entry point to C language function: EGLBoolean eglLockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface, const int32_t * attrib_list); Part of EGL_KHR_lock_surface |
boolean |
eglMakeCurrent(long dpy,
long draw,
long read,
long ctx)
Entry point to C language function: EGLBoolean eglMakeCurrent(EGLNativePointerType dpy, EGLNativePointerType draw, EGLNativePointerType read, EGLNativePointerType ctx); Part of EGL_VERSION_1_X |
boolean |
eglNvmaOutputSurfacePbufferLock(long display,
long pbuffer)
Entry point to C language function: EGLBoolean eglNvmaOutputSurfacePbufferLock(EGLNativePointerType display, EGLNativePointerType pbuffer); Part of EGL_NV_client_api_nvma |
boolean |
eglNvmaOutputSurfacePbufferUnlock(long display,
long pbuffer)
Entry point to C language function: EGLBoolean eglNvmaOutputSurfacePbufferUnlock(EGLNativePointerType display, EGLNativePointerType pbuffer); Part of EGL_NV_client_api_nvma |
int |
eglQueryAPI()
Entry point to C language function: EGLenum eglQueryAPI(void); Part of EGL_VERSION_1_X |
boolean |
eglQueryContext(long dpy,
long ctx,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglQueryContext(EGLNativePointerType dpy, EGLNativePointerType ctx, int32_t attribute, int32_t * value); Part of EGL_VERSION_1_X |
boolean |
eglQueryContext(long dpy,
long ctx,
int attribute,
IntBuffer value)
Entry point to C language function: EGLBoolean eglQueryContext(EGLNativePointerType dpy, EGLNativePointerType ctx, int32_t attribute, int32_t * value); Part of EGL_VERSION_1_X |
String |
eglQueryString(long dpy,
int name)
Entry point to C language function: const char * eglQueryString(EGLNativePointerType dpy, int32_t name); Part of EGL_VERSION_1_X |
boolean |
eglQuerySurface(long dpy,
long surface,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglQuerySurface(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t * value); Part of EGL_VERSION_1_X |
boolean |
eglQuerySurface(long dpy,
long surface,
int attribute,
IntBuffer value)
Entry point to C language function: EGLBoolean eglQuerySurface(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t * value); Part of EGL_VERSION_1_X |
boolean |
eglReleaseTexImage(long dpy,
long surface,
int buffer)
Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer); Part of EGL_VERSION_1_X |
boolean |
eglReleaseThread()
Entry point to C language function: EGLBoolean eglReleaseThread(void); Part of EGL_VERSION_1_X |
boolean |
eglSignalSyncKHR(long sync,
int mode)
Entry point to C language function: EGLBoolean eglSignalSyncKHR(EGLNativePointerType sync, EGLenum mode); Part of EGL_KHR_sync |
boolean |
eglSurfaceAttrib(long dpy,
long surface,
int attribute,
int value)
Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t value); Part of EGL_VERSION_1_X |
boolean |
eglSwapBuffers(long dpy,
long surface)
Entry point to C language function: EGLBoolean eglSwapBuffers(EGLNativePointerType dpy, EGLNativePointerType surface); Part of EGL_VERSION_1_X |
boolean |
eglSwapInterval(long dpy,
int interval)
Entry point to C language function: EGLBoolean eglSwapInterval(EGLNativePointerType dpy, int32_t interval); Part of EGL_VERSION_1_X |
boolean |
eglTerminate(long dpy)
Entry point to C language function: EGLBoolean eglTerminate(EGLNativePointerType dpy); Part of EGL_VERSION_1_X |
boolean |
eglUnlockSurfaceKHR(long display,
long surface)
Entry point to C language function: EGLBoolean eglUnlockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface); Part of EGL_KHR_lock_surface |
boolean |
eglVideoImageLockNV(long dpy,
long image,
int api)
Entry point to C language function: EGLBoolean eglVideoImageLockNV(EGLNativePointerType dpy, EGLNativePointerType image, EGLenum api); Part of EGL_NV_nvva_image |
boolean |
eglVideoImageUnlockNV(long dpy,
long image)
Entry point to C language function: EGLBoolean eglVideoImageUnlockNV(EGLNativePointerType dpy, EGLNativePointerType image); Part of EGL_NV_nvva_image |
boolean |
eglWaitClient()
Entry point to C language function: EGLBoolean eglWaitClient(void); Part of EGL_VERSION_1_X |
boolean |
eglWaitGL()
Entry point to C language function: EGLBoolean eglWaitGL(void); Part of EGL_VERSION_1_X |
boolean |
eglWaitNative(int engine)
Entry point to C language function: EGLBoolean eglWaitNative(int32_t engine); Part of EGL_VERSION_1_X |
boolean |
isExtensionAvailable(String glExtensionName)
|
boolean |
isFunctionAvailable(String glFunctionName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EGLExtImpl(EGLContext context)
Method Detail |
---|
public boolean eglBindAPI(int api)
EGLBoolean eglBindAPI(EGLenum api);
EGL_VERSION_1_X
public boolean dispatch_eglBindAPI1(int api, long procAddress)
EGLBoolean eglBindAPI(EGLenum api);
EGL_VERSION_1_X
public boolean eglBindTexImage(long dpy, long surface, int buffer)
EGLBoolean eglBindTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer);
EGL_VERSION_1_X
public boolean dispatch_eglBindTexImage1(long dpy, long surface, int buffer, long procAddress)
EGLBoolean eglBindTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer);
EGL_VERSION_1_X
public boolean eglChooseConfig(long dpy, IntBuffer attrib_list, com.jogamp.common.nio.PointerBuffer configs, int config_size, IntBuffer num_config)
EGLBoolean eglChooseConfig(EGLNativePointerType dpy, const int32_t * attrib_list, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config);
EGL_VERSION_1_X
public boolean eglChooseConfig(long dpy, int[] attrib_list, int attrib_list_offset, com.jogamp.common.nio.PointerBuffer configs, int config_size, int[] num_config, int num_config_offset)
EGLBoolean eglChooseConfig(EGLNativePointerType dpy, const int32_t * attrib_list, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config);
EGL_VERSION_1_X
public int eglClientWaitSyncKHR(long sync, int flags, int timeout)
int32_t eglClientWaitSyncKHR(EGLNativePointerType sync, int32_t flags, uint64_t timeout);
EGL_KHR_sync
eglClientWaitSyncKHR
in interface EGLExt
public int dispatch_eglClientWaitSyncKHR1(long sync, int flags, int timeout, long procAddress)
int32_t eglClientWaitSyncKHR(EGLNativePointerType sync, int32_t flags, uint64_t timeout);
EGL_KHR_sync
public boolean eglCopyBuffers(long dpy, long surface, long target)
EGLBoolean eglCopyBuffers(EGLNativePointerType dpy, EGLNativePointerType surface, EGLNativePointerType target);
EGL_VERSION_1_X
public boolean dispatch_eglCopyBuffers1(long dpy, long surface, long target, long procAddress)
EGLBoolean eglCopyBuffers(EGLNativePointerType dpy, EGLNativePointerType surface, EGLNativePointerType target);
EGL_VERSION_1_X
public long eglCreateContext(long dpy, long config, long share_context, IntBuffer attrib_list)
EGLNativePointerType eglCreateContext(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType share_context, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreateContext(long dpy, long config, long share_context, int[] attrib_list, int attrib_list_offset)
EGLNativePointerType eglCreateContext(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType share_context, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreateFenceSyncKHR(long dpy, int condition, IntBuffer attrib_list)
EGLNativePointerType eglCreateFenceSyncKHR(EGLNativePointerType dpy, EGLenum condition, const int32_t * attrib_list);
EGL_KHR_sync
eglCreateFenceSyncKHR
in interface EGLExt
public long eglCreateFenceSyncKHR(long dpy, int condition, int[] attrib_list, int attrib_list_offset)
EGLNativePointerType eglCreateFenceSyncKHR(EGLNativePointerType dpy, EGLenum condition, const int32_t * attrib_list);
EGL_KHR_sync
eglCreateFenceSyncKHR
in interface EGLExt
public long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, IntBuffer attr_list)
EGLNativePointerType eglCreateImageKHR(EGLNativePointerType dpy, EGLNativePointerType ctx, EGLenum target, EGLNativePointerType buffer, int32_t * attr_list);
EGL_KHR_image
eglCreateImageKHR
in interface EGLExt
public long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, int[] attr_list, int attr_list_offset)
EGLNativePointerType eglCreateImageKHR(EGLNativePointerType dpy, EGLNativePointerType ctx, EGLenum target, EGLNativePointerType buffer, int32_t * attr_list);
EGL_KHR_image
eglCreateImageKHR
in interface EGLExt
public long eglCreateNativeSyncKHR(long sync)
EGLNativePointerType eglCreateNativeSyncKHR(EGLNativePointerType sync);
EGL_KHR_sync
eglCreateNativeSyncKHR
in interface EGLExt
public long dispatch_eglCreateNativeSyncKHR1(long sync, long procAddress)
EGLNativePointerType eglCreateNativeSyncKHR(EGLNativePointerType sync);
EGL_KHR_sync
public long eglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, IntBuffer attrib_list)
EGLNativePointerType eglCreatePbufferFromClientBuffer(EGLNativePointerType dpy, EGLenum buftype, EGLNativePointerType buffer, EGLNativePointerType config, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, int[] attrib_list, int attrib_list_offset)
EGLNativePointerType eglCreatePbufferFromClientBuffer(EGLNativePointerType dpy, EGLenum buftype, EGLNativePointerType buffer, EGLNativePointerType config, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreatePbufferSurface(long dpy, long config, IntBuffer attrib_list)
EGLNativePointerType eglCreatePbufferSurface(EGLNativePointerType dpy, EGLNativePointerType config, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreatePbufferSurface(long dpy, long config, int[] attrib_list, int attrib_list_offset)
EGLNativePointerType eglCreatePbufferSurface(EGLNativePointerType dpy, EGLNativePointerType config, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreatePixmapSurface(long dpy, long config, long pixmap, IntBuffer attrib_list)
EGLNativePointerType eglCreatePixmapSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType pixmap, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreatePixmapSurface(long dpy, long config, long pixmap, int[] attrib_list, int attrib_list_offset)
EGLNativePointerType eglCreatePixmapSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType pixmap, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreateWindowSurface(long dpy, long config, long win, IntBuffer attrib_list)
EGLNativePointerType eglCreateWindowSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType win, const int32_t * attrib_list);
EGL_VERSION_1_X
public long eglCreateWindowSurface(long dpy, long config, long win, int[] attrib_list, int attrib_list_offset)
EGLNativePointerType eglCreateWindowSurface(EGLNativePointerType dpy, EGLNativePointerType config, EGLNativePointerType win, const int32_t * attrib_list);
EGL_VERSION_1_X
public boolean eglDestroyContext(long dpy, long ctx)
EGLBoolean eglDestroyContext(EGLNativePointerType dpy, EGLNativePointerType ctx);
EGL_VERSION_1_X
public boolean dispatch_eglDestroyContext1(long dpy, long ctx, long procAddress)
EGLBoolean eglDestroyContext(EGLNativePointerType dpy, EGLNativePointerType ctx);
EGL_VERSION_1_X
public boolean eglDestroyImageKHR(long dpy, long image)
EGLBoolean eglDestroyImageKHR(EGLNativePointerType dpy, EGLNativePointerType image);
EGL_KHR_image
eglDestroyImageKHR
in interface EGLExt
public boolean dispatch_eglDestroyImageKHR1(long dpy, long image, long procAddress)
EGLBoolean eglDestroyImageKHR(EGLNativePointerType dpy, EGLNativePointerType image);
EGL_KHR_image
public boolean eglDestroySurface(long dpy, long surface)
EGLBoolean eglDestroySurface(EGLNativePointerType dpy, EGLNativePointerType surface);
EGL_VERSION_1_X
public boolean dispatch_eglDestroySurface1(long dpy, long surface, long procAddress)
EGLBoolean eglDestroySurface(EGLNativePointerType dpy, EGLNativePointerType surface);
EGL_VERSION_1_X
public boolean eglDestroySyncKHR(long sync)
EGLBoolean eglDestroySyncKHR(EGLNativePointerType sync);
EGL_KHR_sync
eglDestroySyncKHR
in interface EGLExt
public boolean dispatch_eglDestroySyncKHR1(long sync, long procAddress)
EGLBoolean eglDestroySyncKHR(EGLNativePointerType sync);
EGL_KHR_sync
public boolean eglFenceKHR(long sync)
EGLBoolean eglFenceKHR(EGLNativePointerType sync);
EGL_KHR_sync
eglFenceKHR
in interface EGLExt
public boolean dispatch_eglFenceKHR1(long sync, long procAddress)
EGLBoolean eglFenceKHR(EGLNativePointerType sync);
EGL_KHR_sync
public boolean eglGetConfigAttrib(long dpy, long config, int attribute, IntBuffer value)
EGLBoolean eglGetConfigAttrib(EGLNativePointerType dpy, EGLNativePointerType config, int32_t attribute, int32_t * value);
EGL_VERSION_1_X
public boolean eglGetConfigAttrib(long dpy, long config, int attribute, int[] value, int value_offset)
EGLBoolean eglGetConfigAttrib(EGLNativePointerType dpy, EGLNativePointerType config, int32_t attribute, int32_t * value);
EGL_VERSION_1_X
public boolean eglGetConfigs(long dpy, com.jogamp.common.nio.PointerBuffer configs, int config_size, IntBuffer num_config)
EGLBoolean eglGetConfigs(EGLNativePointerType dpy, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config);
EGL_VERSION_1_X
public boolean eglGetConfigs(long dpy, com.jogamp.common.nio.PointerBuffer configs, int config_size, int[] num_config, int num_config_offset)
EGLBoolean eglGetConfigs(EGLNativePointerType dpy, EGLNativePointerType * configs, int32_t config_size, int32_t * num_config);
EGL_VERSION_1_X
public long eglGetCurrentContext()
EGLNativePointerType eglGetCurrentContext(void);
EGL_VERSION_1_X
public long dispatch_eglGetCurrentContext1(long procAddress)
EGLNativePointerType eglGetCurrentContext(void);
EGL_VERSION_1_X
public long eglGetCurrentDisplay()
EGLNativePointerType eglGetCurrentDisplay(void);
EGL_VERSION_1_X
public long dispatch_eglGetCurrentDisplay1(long procAddress)
EGLNativePointerType eglGetCurrentDisplay(void);
EGL_VERSION_1_X
public long eglGetCurrentSurface(int readdraw)
EGLNativePointerType eglGetCurrentSurface(int32_t readdraw);
EGL_VERSION_1_X
public long dispatch_eglGetCurrentSurface1(int readdraw, long procAddress)
EGLNativePointerType eglGetCurrentSurface(int32_t readdraw);
EGL_VERSION_1_X
public long eglGetDisplay(long display_id)
EGLNativePointerType eglGetDisplay(EGLNativeDisplayType display_id);
EGL_VERSION_1_X
public long dispatch_eglGetDisplay1(long display_id, long procAddress)
EGLNativePointerType eglGetDisplay(EGLNativeDisplayType display_id);
EGL_VERSION_1_X
public int eglGetError()
int32_t eglGetError(void);
EGL_VERSION_1_X
public int dispatch_eglGetError1(long procAddress)
int32_t eglGetError(void);
EGL_VERSION_1_X
public long eglGetProcAddress(String procname)
__EGLFuncPtr eglGetProcAddress(const char * procname);
EGL_VERSION_1_X
public long dispatch_eglGetProcAddress1(String procname, long procAddress)
__EGLFuncPtr eglGetProcAddress(const char * procname);
EGL_VERSION_1_X
public boolean eglGetSyncAttribKHR(long sync, int attribute, IntBuffer value)
EGLBoolean eglGetSyncAttribKHR(EGLNativePointerType sync, int32_t attribute, int32_t * value);
EGL_KHR_sync
eglGetSyncAttribKHR
in interface EGLExt
public boolean eglGetSyncAttribKHR(long sync, int attribute, int[] value, int value_offset)
EGLBoolean eglGetSyncAttribKHR(EGLNativePointerType sync, int32_t attribute, int32_t * value);
EGL_KHR_sync
eglGetSyncAttribKHR
in interface EGLExt
public int eglGetSystemTimeFrequencyNV()
uint64_t eglGetSystemTimeFrequencyNV(void);
EGL_NV_system_time
eglGetSystemTimeFrequencyNV
in interface EGLExt
public int dispatch_eglGetSystemTimeFrequencyNV1(long procAddress)
uint64_t eglGetSystemTimeFrequencyNV(void);
EGL_NV_system_time
public int eglGetSystemTimeNV()
uint64_t eglGetSystemTimeNV(void);
EGL_NV_system_time
eglGetSystemTimeNV
in interface EGLExt
public int dispatch_eglGetSystemTimeNV1(long procAddress)
uint64_t eglGetSystemTimeNV(void);
EGL_NV_system_time
public boolean eglInitialize(long dpy, IntBuffer major, IntBuffer minor)
EGLBoolean eglInitialize(EGLNativePointerType dpy, int32_t * major, int32_t * minor);
EGL_VERSION_1_X
public boolean eglInitialize(long dpy, int[] major, int major_offset, int[] minor, int minor_offset)
EGLBoolean eglInitialize(EGLNativePointerType dpy, int32_t * major, int32_t * minor);
EGL_VERSION_1_X
public boolean eglLockSurfaceKHR(long display, long surface, IntBuffer attrib_list)
EGLBoolean eglLockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface, const int32_t * attrib_list);
EGL_KHR_lock_surface
eglLockSurfaceKHR
in interface EGLExt
public boolean eglLockSurfaceKHR(long display, long surface, int[] attrib_list, int attrib_list_offset)
EGLBoolean eglLockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface, const int32_t * attrib_list);
EGL_KHR_lock_surface
eglLockSurfaceKHR
in interface EGLExt
public boolean eglMakeCurrent(long dpy, long draw, long read, long ctx)
EGLBoolean eglMakeCurrent(EGLNativePointerType dpy, EGLNativePointerType draw, EGLNativePointerType read, EGLNativePointerType ctx);
EGL_VERSION_1_X
public boolean dispatch_eglMakeCurrent1(long dpy, long draw, long read, long ctx, long procAddress)
EGLBoolean eglMakeCurrent(EGLNativePointerType dpy, EGLNativePointerType draw, EGLNativePointerType read, EGLNativePointerType ctx);
EGL_VERSION_1_X
public boolean eglNvmaOutputSurfacePbufferLock(long display, long pbuffer)
EGLBoolean eglNvmaOutputSurfacePbufferLock(EGLNativePointerType display, EGLNativePointerType pbuffer);
EGL_NV_client_api_nvma
eglNvmaOutputSurfacePbufferLock
in interface EGLExt
public boolean dispatch_eglNvmaOutputSurfacePbufferLock1(long display, long pbuffer, long procAddress)
EGLBoolean eglNvmaOutputSurfacePbufferLock(EGLNativePointerType display, EGLNativePointerType pbuffer);
EGL_NV_client_api_nvma
public boolean eglNvmaOutputSurfacePbufferUnlock(long display, long pbuffer)
EGLBoolean eglNvmaOutputSurfacePbufferUnlock(EGLNativePointerType display, EGLNativePointerType pbuffer);
EGL_NV_client_api_nvma
eglNvmaOutputSurfacePbufferUnlock
in interface EGLExt
public boolean dispatch_eglNvmaOutputSurfacePbufferUnlock1(long display, long pbuffer, long procAddress)
EGLBoolean eglNvmaOutputSurfacePbufferUnlock(EGLNativePointerType display, EGLNativePointerType pbuffer);
EGL_NV_client_api_nvma
public int eglQueryAPI()
EGLenum eglQueryAPI(void);
EGL_VERSION_1_X
public int dispatch_eglQueryAPI1(long procAddress)
EGLenum eglQueryAPI(void);
EGL_VERSION_1_X
public boolean eglQueryContext(long dpy, long ctx, int attribute, IntBuffer value)
EGLBoolean eglQueryContext(EGLNativePointerType dpy, EGLNativePointerType ctx, int32_t attribute, int32_t * value);
EGL_VERSION_1_X
public boolean eglQueryContext(long dpy, long ctx, int attribute, int[] value, int value_offset)
EGLBoolean eglQueryContext(EGLNativePointerType dpy, EGLNativePointerType ctx, int32_t attribute, int32_t * value);
EGL_VERSION_1_X
public String eglQueryString(long dpy, int name)
const char * eglQueryString(EGLNativePointerType dpy, int32_t name);
EGL_VERSION_1_X
public String dispatch_eglQueryString1(long dpy, int name, long procAddress)
const char * eglQueryString(EGLNativePointerType dpy, int32_t name);
EGL_VERSION_1_X
public boolean eglQuerySurface(long dpy, long surface, int attribute, IntBuffer value)
EGLBoolean eglQuerySurface(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t * value);
EGL_VERSION_1_X
public boolean eglQuerySurface(long dpy, long surface, int attribute, int[] value, int value_offset)
EGLBoolean eglQuerySurface(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t * value);
EGL_VERSION_1_X
public boolean eglReleaseTexImage(long dpy, long surface, int buffer)
EGLBoolean eglReleaseTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer);
EGL_VERSION_1_X
public boolean dispatch_eglReleaseTexImage1(long dpy, long surface, int buffer, long procAddress)
EGLBoolean eglReleaseTexImage(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t buffer);
EGL_VERSION_1_X
public boolean eglReleaseThread()
EGLBoolean eglReleaseThread(void);
EGL_VERSION_1_X
public boolean dispatch_eglReleaseThread1(long procAddress)
EGLBoolean eglReleaseThread(void);
EGL_VERSION_1_X
public boolean eglSignalSyncKHR(long sync, int mode)
EGLBoolean eglSignalSyncKHR(EGLNativePointerType sync, EGLenum mode);
EGL_KHR_sync
eglSignalSyncKHR
in interface EGLExt
public boolean dispatch_eglSignalSyncKHR1(long sync, int mode, long procAddress)
EGLBoolean eglSignalSyncKHR(EGLNativePointerType sync, EGLenum mode);
EGL_KHR_sync
public boolean eglSurfaceAttrib(long dpy, long surface, int attribute, int value)
EGLBoolean eglSurfaceAttrib(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t value);
EGL_VERSION_1_X
public boolean dispatch_eglSurfaceAttrib1(long dpy, long surface, int attribute, int value, long procAddress)
EGLBoolean eglSurfaceAttrib(EGLNativePointerType dpy, EGLNativePointerType surface, int32_t attribute, int32_t value);
EGL_VERSION_1_X
public boolean eglSwapBuffers(long dpy, long surface)
EGLBoolean eglSwapBuffers(EGLNativePointerType dpy, EGLNativePointerType surface);
EGL_VERSION_1_X
public boolean dispatch_eglSwapBuffers1(long dpy, long surface, long procAddress)
EGLBoolean eglSwapBuffers(EGLNativePointerType dpy, EGLNativePointerType surface);
EGL_VERSION_1_X
public boolean eglSwapInterval(long dpy, int interval)
EGLBoolean eglSwapInterval(EGLNativePointerType dpy, int32_t interval);
EGL_VERSION_1_X
public boolean dispatch_eglSwapInterval1(long dpy, int interval, long procAddress)
EGLBoolean eglSwapInterval(EGLNativePointerType dpy, int32_t interval);
EGL_VERSION_1_X
public boolean eglTerminate(long dpy)
EGLBoolean eglTerminate(EGLNativePointerType dpy);
EGL_VERSION_1_X
public boolean dispatch_eglTerminate1(long dpy, long procAddress)
EGLBoolean eglTerminate(EGLNativePointerType dpy);
EGL_VERSION_1_X
public boolean eglUnlockSurfaceKHR(long display, long surface)
EGLBoolean eglUnlockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface);
EGL_KHR_lock_surface
eglUnlockSurfaceKHR
in interface EGLExt
public boolean dispatch_eglUnlockSurfaceKHR1(long display, long surface, long procAddress)
EGLBoolean eglUnlockSurfaceKHR(EGLNativePointerType display, EGLNativePointerType surface);
EGL_KHR_lock_surface
public boolean eglVideoImageLockNV(long dpy, long image, int api)
EGLBoolean eglVideoImageLockNV(EGLNativePointerType dpy, EGLNativePointerType image, EGLenum api);
EGL_NV_nvva_image
eglVideoImageLockNV
in interface EGLExt
public boolean dispatch_eglVideoImageLockNV1(long dpy, long image, int api, long procAddress)
EGLBoolean eglVideoImageLockNV(EGLNativePointerType dpy, EGLNativePointerType image, EGLenum api);
EGL_NV_nvva_image
public boolean eglVideoImageUnlockNV(long dpy, long image)
EGLBoolean eglVideoImageUnlockNV(EGLNativePointerType dpy, EGLNativePointerType image);
EGL_NV_nvva_image
eglVideoImageUnlockNV
in interface EGLExt
public boolean dispatch_eglVideoImageUnlockNV1(long dpy, long image, long procAddress)
EGLBoolean eglVideoImageUnlockNV(EGLNativePointerType dpy, EGLNativePointerType image);
EGL_NV_nvva_image
public boolean eglWaitClient()
EGLBoolean eglWaitClient(void);
EGL_VERSION_1_X
public boolean dispatch_eglWaitClient1(long procAddress)
EGLBoolean eglWaitClient(void);
EGL_VERSION_1_X
public boolean eglWaitGL()
EGLBoolean eglWaitGL(void);
EGL_VERSION_1_X
public boolean dispatch_eglWaitGL1(long procAddress)
EGLBoolean eglWaitGL(void);
EGL_VERSION_1_X
public boolean eglWaitNative(int engine)
EGLBoolean eglWaitNative(int32_t engine);
EGL_VERSION_1_X
public boolean dispatch_eglWaitNative1(int engine, long procAddress)
EGLBoolean eglWaitNative(int32_t engine);
EGL_VERSION_1_X
public boolean isFunctionAvailable(String glFunctionName)
isFunctionAvailable
in interface EGLExt
public boolean isExtensionAvailable(String glExtensionName)
isExtensionAvailable
in interface EGLExt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |