|
|||||||||
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(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint buffer); Part of EGL_VERSION_1_X |
int |
dispatch_eglClientWaitSyncKHR1(long dpy,
long sync,
int flags,
long timeout,
long procAddress)
Entry point to C language function: EGLint eglClientWaitSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint flags, EGLTimeKHR timeout); Part of EGL_KHR_reusable_sync |
int |
dispatch_eglClientWaitSyncNV1(long sync,
int flags,
long timeout,
long procAddress)
Entry point to C language function: EGLint eglClientWaitSyncNV(EGLNativeDisplayType sync, EGLint flags, EGLTimeNV timeout); Part of EGL_NV_sync |
boolean |
dispatch_eglCopyBuffers1(long dpy,
long surface,
long target,
long procAddress)
Entry point to C language function: EGLBoolean eglCopyBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLNativeDisplayType target); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglDestroyContext1(long dpy,
long ctx,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroyContext(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglDestroyImageKHR1(long dpy,
long image,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroyImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType image); Part of EGL_KHR_image |
boolean |
dispatch_eglDestroySurface1(long dpy,
long surface,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroySurface(EGLNativeDisplayType dpy, EGLNativeDisplayType surface); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglDestroySyncKHR1(long dpy,
long sync,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroySyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync); Part of EGL_KHR_reusable_sync |
boolean |
dispatch_eglDestroySyncNV1(long sync,
long procAddress)
Entry point to C language function: EGLBoolean eglDestroySyncNV(EGLNativeDisplayType sync); Part of EGL_NV_sync |
boolean |
dispatch_eglFenceNV1(long sync,
long procAddress)
Entry point to C language function: EGLBoolean eglFenceNV(EGLNativeDisplayType sync); Part of EGL_NV_sync |
long |
dispatch_eglGetCurrentContext1(long procAddress)
Entry point to C language function: EGLNativeDisplayType eglGetCurrentContext(void); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetCurrentDisplay1(long procAddress)
Entry point to C language function: EGLNativeDisplayType eglGetCurrentDisplay(void); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetCurrentSurface1(int readdraw,
long procAddress)
Entry point to C language function: EGLNativeDisplayType eglGetCurrentSurface(EGLint readdraw); Part of EGL_VERSION_1_X |
long |
dispatch_eglGetDisplay1(long display_id,
long procAddress)
Entry point to C language function: EGLNativeDisplayType eglGetDisplay(EGLNativeDisplayType display_id); Part of EGL_VERSION_1_X |
int |
dispatch_eglGetError1(long procAddress)
Entry point to C language function: EGLint 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 |
long |
dispatch_eglGetSystemTimeFrequencyNV1(long procAddress)
Entry point to C language function: EGLuint64 eglGetSystemTimeFrequencyNV(void); Part of EGL_NV_system_time |
long |
dispatch_eglGetSystemTimeNV1(long procAddress)
Entry point to C language function: EGLuint64 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(EGLNativeDisplayType dpy, EGLNativeDisplayType draw, EGLNativeDisplayType read, EGLNativeDisplayType ctx); Part of EGL_VERSION_1_X |
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(EGLNativeDisplayType dpy, EGLint 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(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint 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 dpy,
long sync,
int mode,
long procAddress)
Entry point to C language function: EGLBoolean eglSignalSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLenum mode); Part of EGL_KHR_reusable_sync |
boolean |
dispatch_eglSignalSyncNV1(long sync,
int mode,
long procAddress)
Entry point to C language function: EGLBoolean eglSignalSyncNV(EGLNativeDisplayType sync, EGLenum mode); Part of EGL_NV_sync |
boolean |
dispatch_eglSurfaceAttrib1(long dpy,
long surface,
int attribute,
int value,
long procAddress)
Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint value); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglSwapBuffers1(long dpy,
long surface,
long procAddress)
Entry point to C language function: EGLBoolean eglSwapBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglSwapInterval1(long dpy,
int interval,
long procAddress)
Entry point to C language function: EGLBoolean eglSwapInterval(EGLNativeDisplayType dpy, EGLint interval); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglTerminate1(long dpy,
long procAddress)
Entry point to C language function: EGLBoolean eglTerminate(EGLNativeDisplayType dpy); Part of EGL_VERSION_1_X |
boolean |
dispatch_eglUnlockSurfaceKHR1(long display,
long surface,
long procAddress)
Entry point to C language function: EGLBoolean eglUnlockSurfaceKHR(EGLNativeDisplayType display, EGLNativeDisplayType surface); Part of EGL_KHR_lock_surface |
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(EGLint 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(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint buffer); Part of EGL_VERSION_1_X |
boolean |
eglChooseConfig(long dpy,
int[] attrib_list,
int attrib_list_offset,
PointerBuffer configs,
int config_size,
int[] num_config,
int num_config_offset)
Entry point to C language function: EGLBoolean eglChooseConfig(EGLNativeDisplayType dpy, const EGLint * attrib_list, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config); Part of EGL_VERSION_1_X |
boolean |
eglChooseConfig(long dpy,
IntBuffer attrib_list,
PointerBuffer configs,
int config_size,
IntBuffer num_config)
Entry point to C language function: EGLBoolean eglChooseConfig(EGLNativeDisplayType dpy, const EGLint * attrib_list, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config); Part of EGL_VERSION_1_X |
int |
eglClientWaitSyncKHR(long dpy,
long sync,
int flags,
long timeout)
Entry point to C language function: EGLint eglClientWaitSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint flags, EGLTimeKHR timeout); Part of EGL_KHR_reusable_sync |
int |
eglClientWaitSyncNV(long sync,
int flags,
long timeout)
Entry point to C language function: EGLint eglClientWaitSyncNV(EGLNativeDisplayType sync, EGLint flags, EGLTimeNV timeout); Part of EGL_NV_sync |
boolean |
eglCopyBuffers(long dpy,
long surface,
long target)
Entry point to C language function: EGLBoolean eglCopyBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLNativeDisplayType 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: EGLNativeDisplayType eglCreateContext(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType share_context, const EGLint * 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: EGLNativeDisplayType eglCreateContext(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType share_context, const EGLint * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreateDRMImageMESA(long dpy,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativeDisplayType eglCreateDRMImageMESA(EGLNativeDisplayType dpy, const EGLint * attrib_list); Part of EGL_MESA_drm_image |
long |
eglCreateDRMImageMESA(long dpy,
IntBuffer attrib_list)
Entry point to C language function: EGLNativeDisplayType eglCreateDRMImageMESA(EGLNativeDisplayType dpy, const EGLint * attrib_list); Part of EGL_MESA_drm_image |
long |
eglCreateFenceSyncNV(long dpy,
int condition,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativeDisplayType eglCreateFenceSyncNV(EGLNativeDisplayType dpy, EGLenum condition, const EGLint * attrib_list); Part of EGL_NV_sync |
long |
eglCreateFenceSyncNV(long dpy,
int condition,
IntBuffer attrib_list)
Entry point to C language function: EGLNativeDisplayType eglCreateFenceSyncNV(EGLNativeDisplayType dpy, EGLenum condition, const EGLint * attrib_list); Part of EGL_NV_sync |
long |
eglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativeDisplayType eglCreateImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLenum target, EGLNativeDisplayType buffer, const EGLint * attrib_list); Part of EGL_KHR_image |
long |
eglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
IntBuffer attrib_list)
Entry point to C language function: EGLNativeDisplayType eglCreateImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLenum target, EGLNativeDisplayType buffer, const EGLint * attrib_list); Part of EGL_KHR_image |
long |
eglCreatePbufferFromClientBuffer(long dpy,
int buftype,
long buffer,
long config,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativeDisplayType eglCreatePbufferFromClientBuffer(EGLNativeDisplayType dpy, EGLenum buftype, EGLNativeDisplayType buffer, EGLNativeDisplayType config, const EGLint * 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: EGLNativeDisplayType eglCreatePbufferFromClientBuffer(EGLNativeDisplayType dpy, EGLenum buftype, EGLNativeDisplayType buffer, EGLNativeDisplayType config, const EGLint * 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: EGLNativeDisplayType eglCreatePbufferSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, const EGLint * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePbufferSurface(long dpy,
long config,
IntBuffer attrib_list)
Entry point to C language function: EGLNativeDisplayType eglCreatePbufferSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, const EGLint * 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: EGLNativeDisplayType eglCreatePixmapSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType pixmap, const EGLint * 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: EGLNativeDisplayType eglCreatePixmapSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType pixmap, const EGLint * attrib_list); Part of EGL_VERSION_1_X |
long |
eglCreatePixmapSurfaceHI(long dpy,
long config,
EGLClientPixmapHI pixmap)
Entry point to C language function: EGLNativeDisplayType eglCreatePixmapSurfaceHI(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLClientPixmapHI * pixmap); Part of EGL_HI_clientpixmap |
long |
eglCreateSyncKHR(long dpy,
int type,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativeDisplayType eglCreateSyncKHR(EGLNativeDisplayType dpy, EGLenum type, const EGLint * attrib_list); Part of EGL_KHR_reusable_sync |
long |
eglCreateSyncKHR(long dpy,
int type,
IntBuffer attrib_list)
Entry point to C language function: EGLNativeDisplayType eglCreateSyncKHR(EGLNativeDisplayType dpy, EGLenum type, const EGLint * attrib_list); Part of EGL_KHR_reusable_sync |
long |
eglCreateWindowSurface(long dpy,
long config,
long win,
int[] attrib_list,
int attrib_list_offset)
Entry point to C language function: EGLNativeDisplayType eglCreateWindowSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType win, const EGLint * 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: EGLNativeDisplayType eglCreateWindowSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType win, const EGLint * attrib_list); Part of EGL_VERSION_1_X |
boolean |
eglDestroyContext(long dpy,
long ctx)
Entry point to C language function: EGLBoolean eglDestroyContext(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx); Part of EGL_VERSION_1_X |
boolean |
eglDestroyImageKHR(long dpy,
long image)
Entry point to C language function: EGLBoolean eglDestroyImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType image); Part of EGL_KHR_image |
boolean |
eglDestroySurface(long dpy,
long surface)
Entry point to C language function: EGLBoolean eglDestroySurface(EGLNativeDisplayType dpy, EGLNativeDisplayType surface); Part of EGL_VERSION_1_X |
boolean |
eglDestroySyncKHR(long dpy,
long sync)
Entry point to C language function: EGLBoolean eglDestroySyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync); Part of EGL_KHR_reusable_sync |
boolean |
eglDestroySyncNV(long sync)
Entry point to C language function: EGLBoolean eglDestroySyncNV(EGLNativeDisplayType sync); Part of EGL_NV_sync |
boolean |
eglExportDRMImageMESA(long dpy,
long image,
int[] name,
int name_offset,
int[] handle,
int handle_offset,
int[] stride,
int stride_offset)
Entry point to C language function: EGLBoolean eglExportDRMImageMESA(EGLNativeDisplayType dpy, EGLNativeDisplayType image, EGLint * name, EGLint * handle, EGLint * stride); Part of EGL_MESA_drm_image |
boolean |
eglExportDRMImageMESA(long dpy,
long image,
IntBuffer name,
IntBuffer handle,
IntBuffer stride)
Entry point to C language function: EGLBoolean eglExportDRMImageMESA(EGLNativeDisplayType dpy, EGLNativeDisplayType image, EGLint * name, EGLint * handle, EGLint * stride); Part of EGL_MESA_drm_image |
boolean |
eglFenceNV(long sync)
Entry point to C language function: EGLBoolean eglFenceNV(EGLNativeDisplayType sync); Part of EGL_NV_sync |
boolean |
eglGetConfigAttrib(long dpy,
long config,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLint attribute, EGLint * 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(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLint attribute, EGLint * value); Part of EGL_VERSION_1_X |
boolean |
eglGetConfigs(long dpy,
PointerBuffer configs,
int config_size,
int[] num_config,
int num_config_offset)
Entry point to C language function: EGLBoolean eglGetConfigs(EGLNativeDisplayType dpy, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config); Part of EGL_VERSION_1_X |
boolean |
eglGetConfigs(long dpy,
PointerBuffer configs,
int config_size,
IntBuffer num_config)
Entry point to C language function: EGLBoolean eglGetConfigs(EGLNativeDisplayType dpy, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config); Part of EGL_VERSION_1_X |
long |
eglGetCurrentContext()
Entry point to C language function: EGLNativeDisplayType eglGetCurrentContext(void); Part of EGL_VERSION_1_X |
long |
eglGetCurrentDisplay()
Entry point to C language function: EGLNativeDisplayType eglGetCurrentDisplay(void); Part of EGL_VERSION_1_X |
long |
eglGetCurrentSurface(int readdraw)
Entry point to C language function: EGLNativeDisplayType eglGetCurrentSurface(EGLint readdraw); Part of EGL_VERSION_1_X |
long |
eglGetDisplay(long display_id)
Entry point to C language function: EGLNativeDisplayType eglGetDisplay(EGLNativeDisplayType display_id); Part of EGL_VERSION_1_X |
int |
eglGetError()
Entry point to C language function: EGLint 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 dpy,
long sync,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglGetSyncAttribKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint attribute, EGLint * value); Part of EGL_KHR_reusable_sync |
boolean |
eglGetSyncAttribKHR(long dpy,
long sync,
int attribute,
IntBuffer value)
Entry point to C language function: EGLBoolean eglGetSyncAttribKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint attribute, EGLint * value); Part of EGL_KHR_reusable_sync |
boolean |
eglGetSyncAttribNV(long sync,
int attribute,
int[] value,
int value_offset)
Entry point to C language function: EGLBoolean eglGetSyncAttribNV(EGLNativeDisplayType sync, EGLint attribute, EGLint * value); Part of EGL_NV_sync |
boolean |
eglGetSyncAttribNV(long sync,
int attribute,
IntBuffer value)
Entry point to C language function: EGLBoolean eglGetSyncAttribNV(EGLNativeDisplayType sync, EGLint attribute, EGLint * value); Part of EGL_NV_sync |
long |
eglGetSystemTimeFrequencyNV()
Entry point to C language function: EGLuint64 eglGetSystemTimeFrequencyNV(void); Part of EGL_NV_system_time |
long |
eglGetSystemTimeNV()
Entry point to C language function: EGLuint64 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(EGLNativeDisplayType dpy, EGLint * major, EGLint * minor); Part of EGL_VERSION_1_X |
boolean |
eglInitialize(long dpy,
IntBuffer major,
IntBuffer minor)
Entry point to C language function: EGLBoolean eglInitialize(EGLNativeDisplayType dpy, EGLint * major, EGLint * 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(EGLNativeDisplayType display, EGLNativeDisplayType surface, const EGLint * 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(EGLNativeDisplayType display, EGLNativeDisplayType surface, const EGLint * 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(EGLNativeDisplayType dpy, EGLNativeDisplayType draw, EGLNativeDisplayType read, EGLNativeDisplayType ctx); Part of EGL_VERSION_1_X |
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(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLint attribute, EGLint * 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(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLint attribute, EGLint * value); Part of EGL_VERSION_1_X |
String |
eglQueryString(long dpy,
int name)
Entry point to C language function: const char * eglQueryString(EGLNativeDisplayType dpy, EGLint 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(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint * 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(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint * value); Part of EGL_VERSION_1_X |
boolean |
eglReleaseTexImage(long dpy,
long surface,
int buffer)
Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint 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 dpy,
long sync,
int mode)
Entry point to C language function: EGLBoolean eglSignalSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLenum mode); Part of EGL_KHR_reusable_sync |
boolean |
eglSignalSyncNV(long sync,
int mode)
Entry point to C language function: EGLBoolean eglSignalSyncNV(EGLNativeDisplayType sync, EGLenum mode); Part of EGL_NV_sync |
boolean |
eglSurfaceAttrib(long dpy,
long surface,
int attribute,
int value)
Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint value); Part of EGL_VERSION_1_X |
boolean |
eglSwapBuffers(long dpy,
long surface)
Entry point to C language function: EGLBoolean eglSwapBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface); Part of EGL_VERSION_1_X |
boolean |
eglSwapInterval(long dpy,
int interval)
Entry point to C language function: EGLBoolean eglSwapInterval(EGLNativeDisplayType dpy, EGLint interval); Part of EGL_VERSION_1_X |
boolean |
eglTerminate(long dpy)
Entry point to C language function: EGLBoolean eglTerminate(EGLNativeDisplayType dpy); Part of EGL_VERSION_1_X |
boolean |
eglUnlockSurfaceKHR(long display,
long surface)
Entry point to C language function: EGLBoolean eglUnlockSurfaceKHR(EGLNativeDisplayType display, EGLNativeDisplayType surface); Part of EGL_KHR_lock_surface |
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(EGLint 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(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint buffer);
EGL_VERSION_1_X
public boolean dispatch_eglBindTexImage1(long dpy, long surface, int buffer, long procAddress)
EGLBoolean eglBindTexImage(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint buffer);
EGL_VERSION_1_X
public boolean eglChooseConfig(long dpy, IntBuffer attrib_list, PointerBuffer configs, int config_size, IntBuffer num_config)
EGLBoolean eglChooseConfig(EGLNativeDisplayType dpy, const EGLint * attrib_list, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config);
EGL_VERSION_1_X
public boolean eglChooseConfig(long dpy, int[] attrib_list, int attrib_list_offset, PointerBuffer configs, int config_size, int[] num_config, int num_config_offset)
EGLBoolean eglChooseConfig(EGLNativeDisplayType dpy, const EGLint * attrib_list, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config);
EGL_VERSION_1_X
public int eglClientWaitSyncKHR(long dpy, long sync, int flags, long timeout)
EGLint eglClientWaitSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint flags, EGLTimeKHR timeout);
EGL_KHR_reusable_sync
eglClientWaitSyncKHR
in interface EGLExt
public int dispatch_eglClientWaitSyncKHR1(long dpy, long sync, int flags, long timeout, long procAddress)
EGLint eglClientWaitSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint flags, EGLTimeKHR timeout);
EGL_KHR_reusable_sync
public int eglClientWaitSyncNV(long sync, int flags, long timeout)
EGLint eglClientWaitSyncNV(EGLNativeDisplayType sync, EGLint flags, EGLTimeNV timeout);
EGL_NV_sync
eglClientWaitSyncNV
in interface EGLExt
public int dispatch_eglClientWaitSyncNV1(long sync, int flags, long timeout, long procAddress)
EGLint eglClientWaitSyncNV(EGLNativeDisplayType sync, EGLint flags, EGLTimeNV timeout);
EGL_NV_sync
public boolean eglCopyBuffers(long dpy, long surface, long target)
EGLBoolean eglCopyBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLNativeDisplayType target);
EGL_VERSION_1_X
public boolean dispatch_eglCopyBuffers1(long dpy, long surface, long target, long procAddress)
EGLBoolean eglCopyBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLNativeDisplayType target);
EGL_VERSION_1_X
public long eglCreateContext(long dpy, long config, long share_context, IntBuffer attrib_list)
EGLNativeDisplayType eglCreateContext(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType share_context, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreateContext(long dpy, long config, long share_context, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreateContext(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType share_context, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreateDRMImageMESA(long dpy, IntBuffer attrib_list)
EGLNativeDisplayType eglCreateDRMImageMESA(EGLNativeDisplayType dpy, const EGLint * attrib_list);
EGL_MESA_drm_image
eglCreateDRMImageMESA
in interface EGLExt
public long eglCreateDRMImageMESA(long dpy, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreateDRMImageMESA(EGLNativeDisplayType dpy, const EGLint * attrib_list);
EGL_MESA_drm_image
eglCreateDRMImageMESA
in interface EGLExt
public long eglCreateFenceSyncNV(long dpy, int condition, IntBuffer attrib_list)
EGLNativeDisplayType eglCreateFenceSyncNV(EGLNativeDisplayType dpy, EGLenum condition, const EGLint * attrib_list);
EGL_NV_sync
eglCreateFenceSyncNV
in interface EGLExt
public long eglCreateFenceSyncNV(long dpy, int condition, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreateFenceSyncNV(EGLNativeDisplayType dpy, EGLenum condition, const EGLint * attrib_list);
EGL_NV_sync
eglCreateFenceSyncNV
in interface EGLExt
public long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, IntBuffer attrib_list)
EGLNativeDisplayType eglCreateImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLenum target, EGLNativeDisplayType buffer, const EGLint * attrib_list);
EGL_KHR_image
eglCreateImageKHR
in interface EGLExt
public long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreateImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLenum target, EGLNativeDisplayType buffer, const EGLint * attrib_list);
EGL_KHR_image
eglCreateImageKHR
in interface EGLExt
public long eglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, IntBuffer attrib_list)
EGLNativeDisplayType eglCreatePbufferFromClientBuffer(EGLNativeDisplayType dpy, EGLenum buftype, EGLNativeDisplayType buffer, EGLNativeDisplayType config, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreatePbufferFromClientBuffer(EGLNativeDisplayType dpy, EGLenum buftype, EGLNativeDisplayType buffer, EGLNativeDisplayType config, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreatePbufferSurface(long dpy, long config, IntBuffer attrib_list)
EGLNativeDisplayType eglCreatePbufferSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreatePbufferSurface(long dpy, long config, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreatePbufferSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreatePixmapSurface(long dpy, long config, long pixmap, IntBuffer attrib_list)
EGLNativeDisplayType eglCreatePixmapSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType pixmap, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreatePixmapSurface(long dpy, long config, long pixmap, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreatePixmapSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType pixmap, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreatePixmapSurfaceHI(long dpy, long config, EGLClientPixmapHI pixmap)
EGLNativeDisplayType eglCreatePixmapSurfaceHI(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLClientPixmapHI * pixmap);
EGL_HI_clientpixmap
eglCreatePixmapSurfaceHI
in interface EGLExt
public long eglCreateSyncKHR(long dpy, int type, IntBuffer attrib_list)
EGLNativeDisplayType eglCreateSyncKHR(EGLNativeDisplayType dpy, EGLenum type, const EGLint * attrib_list);
EGL_KHR_reusable_sync
eglCreateSyncKHR
in interface EGLExt
public long eglCreateSyncKHR(long dpy, int type, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreateSyncKHR(EGLNativeDisplayType dpy, EGLenum type, const EGLint * attrib_list);
EGL_KHR_reusable_sync
eglCreateSyncKHR
in interface EGLExt
public long eglCreateWindowSurface(long dpy, long config, long win, IntBuffer attrib_list)
EGLNativeDisplayType eglCreateWindowSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType win, const EGLint * attrib_list);
EGL_VERSION_1_X
public long eglCreateWindowSurface(long dpy, long config, long win, int[] attrib_list, int attrib_list_offset)
EGLNativeDisplayType eglCreateWindowSurface(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLNativeDisplayType win, const EGLint * attrib_list);
EGL_VERSION_1_X
public boolean eglDestroyContext(long dpy, long ctx)
EGLBoolean eglDestroyContext(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx);
EGL_VERSION_1_X
public boolean dispatch_eglDestroyContext1(long dpy, long ctx, long procAddress)
EGLBoolean eglDestroyContext(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx);
EGL_VERSION_1_X
public boolean eglDestroyImageKHR(long dpy, long image)
EGLBoolean eglDestroyImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType image);
EGL_KHR_image
eglDestroyImageKHR
in interface EGLExt
public boolean dispatch_eglDestroyImageKHR1(long dpy, long image, long procAddress)
EGLBoolean eglDestroyImageKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType image);
EGL_KHR_image
public boolean eglDestroySurface(long dpy, long surface)
EGLBoolean eglDestroySurface(EGLNativeDisplayType dpy, EGLNativeDisplayType surface);
EGL_VERSION_1_X
public boolean dispatch_eglDestroySurface1(long dpy, long surface, long procAddress)
EGLBoolean eglDestroySurface(EGLNativeDisplayType dpy, EGLNativeDisplayType surface);
EGL_VERSION_1_X
public boolean eglDestroySyncKHR(long dpy, long sync)
EGLBoolean eglDestroySyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync);
EGL_KHR_reusable_sync
eglDestroySyncKHR
in interface EGLExt
public boolean dispatch_eglDestroySyncKHR1(long dpy, long sync, long procAddress)
EGLBoolean eglDestroySyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync);
EGL_KHR_reusable_sync
public boolean eglDestroySyncNV(long sync)
EGLBoolean eglDestroySyncNV(EGLNativeDisplayType sync);
EGL_NV_sync
eglDestroySyncNV
in interface EGLExt
public boolean dispatch_eglDestroySyncNV1(long sync, long procAddress)
EGLBoolean eglDestroySyncNV(EGLNativeDisplayType sync);
EGL_NV_sync
public boolean eglExportDRMImageMESA(long dpy, long image, IntBuffer name, IntBuffer handle, IntBuffer stride)
EGLBoolean eglExportDRMImageMESA(EGLNativeDisplayType dpy, EGLNativeDisplayType image, EGLint * name, EGLint * handle, EGLint * stride);
EGL_MESA_drm_image
eglExportDRMImageMESA
in interface EGLExt
public boolean eglExportDRMImageMESA(long dpy, long image, int[] name, int name_offset, int[] handle, int handle_offset, int[] stride, int stride_offset)
EGLBoolean eglExportDRMImageMESA(EGLNativeDisplayType dpy, EGLNativeDisplayType image, EGLint * name, EGLint * handle, EGLint * stride);
EGL_MESA_drm_image
eglExportDRMImageMESA
in interface EGLExt
public boolean eglFenceNV(long sync)
EGLBoolean eglFenceNV(EGLNativeDisplayType sync);
EGL_NV_sync
eglFenceNV
in interface EGLExt
public boolean dispatch_eglFenceNV1(long sync, long procAddress)
EGLBoolean eglFenceNV(EGLNativeDisplayType sync);
EGL_NV_sync
public boolean eglGetConfigAttrib(long dpy, long config, int attribute, IntBuffer value)
EGLBoolean eglGetConfigAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLint attribute, EGLint * value);
EGL_VERSION_1_X
public boolean eglGetConfigAttrib(long dpy, long config, int attribute, int[] value, int value_offset)
EGLBoolean eglGetConfigAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType config, EGLint attribute, EGLint * value);
EGL_VERSION_1_X
public boolean eglGetConfigs(long dpy, PointerBuffer configs, int config_size, IntBuffer num_config)
EGLBoolean eglGetConfigs(EGLNativeDisplayType dpy, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config);
EGL_VERSION_1_X
public boolean eglGetConfigs(long dpy, PointerBuffer configs, int config_size, int[] num_config, int num_config_offset)
EGLBoolean eglGetConfigs(EGLNativeDisplayType dpy, EGLNativeDisplayType * configs, EGLint config_size, EGLint * num_config);
EGL_VERSION_1_X
public long eglGetCurrentContext()
EGLNativeDisplayType eglGetCurrentContext(void);
EGL_VERSION_1_X
public long dispatch_eglGetCurrentContext1(long procAddress)
EGLNativeDisplayType eglGetCurrentContext(void);
EGL_VERSION_1_X
public long eglGetCurrentDisplay()
EGLNativeDisplayType eglGetCurrentDisplay(void);
EGL_VERSION_1_X
public long dispatch_eglGetCurrentDisplay1(long procAddress)
EGLNativeDisplayType eglGetCurrentDisplay(void);
EGL_VERSION_1_X
public long eglGetCurrentSurface(int readdraw)
EGLNativeDisplayType eglGetCurrentSurface(EGLint readdraw);
EGL_VERSION_1_X
public long dispatch_eglGetCurrentSurface1(int readdraw, long procAddress)
EGLNativeDisplayType eglGetCurrentSurface(EGLint readdraw);
EGL_VERSION_1_X
public long eglGetDisplay(long display_id)
EGLNativeDisplayType eglGetDisplay(EGLNativeDisplayType display_id);
EGL_VERSION_1_X
public long dispatch_eglGetDisplay1(long display_id, long procAddress)
EGLNativeDisplayType eglGetDisplay(EGLNativeDisplayType display_id);
EGL_VERSION_1_X
public int eglGetError()
EGLint eglGetError(void);
EGL_VERSION_1_X
public int dispatch_eglGetError1(long procAddress)
EGLint 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 dpy, long sync, int attribute, IntBuffer value)
EGLBoolean eglGetSyncAttribKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint attribute, EGLint * value);
EGL_KHR_reusable_sync
eglGetSyncAttribKHR
in interface EGLExt
public boolean eglGetSyncAttribKHR(long dpy, long sync, int attribute, int[] value, int value_offset)
EGLBoolean eglGetSyncAttribKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLint attribute, EGLint * value);
EGL_KHR_reusable_sync
eglGetSyncAttribKHR
in interface EGLExt
public boolean eglGetSyncAttribNV(long sync, int attribute, IntBuffer value)
EGLBoolean eglGetSyncAttribNV(EGLNativeDisplayType sync, EGLint attribute, EGLint * value);
EGL_NV_sync
eglGetSyncAttribNV
in interface EGLExt
public boolean eglGetSyncAttribNV(long sync, int attribute, int[] value, int value_offset)
EGLBoolean eglGetSyncAttribNV(EGLNativeDisplayType sync, EGLint attribute, EGLint * value);
EGL_NV_sync
eglGetSyncAttribNV
in interface EGLExt
public long eglGetSystemTimeFrequencyNV()
EGLuint64 eglGetSystemTimeFrequencyNV(void);
EGL_NV_system_time
eglGetSystemTimeFrequencyNV
in interface EGLExt
public long dispatch_eglGetSystemTimeFrequencyNV1(long procAddress)
EGLuint64 eglGetSystemTimeFrequencyNV(void);
EGL_NV_system_time
public long eglGetSystemTimeNV()
EGLuint64 eglGetSystemTimeNV(void);
EGL_NV_system_time
eglGetSystemTimeNV
in interface EGLExt
public long dispatch_eglGetSystemTimeNV1(long procAddress)
EGLuint64 eglGetSystemTimeNV(void);
EGL_NV_system_time
public boolean eglInitialize(long dpy, IntBuffer major, IntBuffer minor)
EGLBoolean eglInitialize(EGLNativeDisplayType dpy, EGLint * major, EGLint * minor);
EGL_VERSION_1_X
public boolean eglInitialize(long dpy, int[] major, int major_offset, int[] minor, int minor_offset)
EGLBoolean eglInitialize(EGLNativeDisplayType dpy, EGLint * major, EGLint * minor);
EGL_VERSION_1_X
public boolean eglLockSurfaceKHR(long display, long surface, IntBuffer attrib_list)
EGLBoolean eglLockSurfaceKHR(EGLNativeDisplayType display, EGLNativeDisplayType surface, const EGLint * 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(EGLNativeDisplayType display, EGLNativeDisplayType surface, const EGLint * attrib_list);
EGL_KHR_lock_surface
eglLockSurfaceKHR
in interface EGLExt
public boolean eglMakeCurrent(long dpy, long draw, long read, long ctx)
EGLBoolean eglMakeCurrent(EGLNativeDisplayType dpy, EGLNativeDisplayType draw, EGLNativeDisplayType read, EGLNativeDisplayType ctx);
EGL_VERSION_1_X
public boolean dispatch_eglMakeCurrent1(long dpy, long draw, long read, long ctx, long procAddress)
EGLBoolean eglMakeCurrent(EGLNativeDisplayType dpy, EGLNativeDisplayType draw, EGLNativeDisplayType read, EGLNativeDisplayType ctx);
EGL_VERSION_1_X
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(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLint attribute, EGLint * value);
EGL_VERSION_1_X
public boolean eglQueryContext(long dpy, long ctx, int attribute, int[] value, int value_offset)
EGLBoolean eglQueryContext(EGLNativeDisplayType dpy, EGLNativeDisplayType ctx, EGLint attribute, EGLint * value);
EGL_VERSION_1_X
public String eglQueryString(long dpy, int name)
const char * eglQueryString(EGLNativeDisplayType dpy, EGLint name);
EGL_VERSION_1_X
public String dispatch_eglQueryString1(long dpy, int name, long procAddress)
const char * eglQueryString(EGLNativeDisplayType dpy, EGLint name);
EGL_VERSION_1_X
public boolean eglQuerySurface(long dpy, long surface, int attribute, IntBuffer value)
EGLBoolean eglQuerySurface(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint * value);
EGL_VERSION_1_X
public boolean eglQuerySurface(long dpy, long surface, int attribute, int[] value, int value_offset)
EGLBoolean eglQuerySurface(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint * value);
EGL_VERSION_1_X
public boolean eglReleaseTexImage(long dpy, long surface, int buffer)
EGLBoolean eglReleaseTexImage(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint buffer);
EGL_VERSION_1_X
public boolean dispatch_eglReleaseTexImage1(long dpy, long surface, int buffer, long procAddress)
EGLBoolean eglReleaseTexImage(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint 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 dpy, long sync, int mode)
EGLBoolean eglSignalSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLenum mode);
EGL_KHR_reusable_sync
eglSignalSyncKHR
in interface EGLExt
public boolean dispatch_eglSignalSyncKHR1(long dpy, long sync, int mode, long procAddress)
EGLBoolean eglSignalSyncKHR(EGLNativeDisplayType dpy, EGLNativeDisplayType sync, EGLenum mode);
EGL_KHR_reusable_sync
public boolean eglSignalSyncNV(long sync, int mode)
EGLBoolean eglSignalSyncNV(EGLNativeDisplayType sync, EGLenum mode);
EGL_NV_sync
eglSignalSyncNV
in interface EGLExt
public boolean dispatch_eglSignalSyncNV1(long sync, int mode, long procAddress)
EGLBoolean eglSignalSyncNV(EGLNativeDisplayType sync, EGLenum mode);
EGL_NV_sync
public boolean eglSurfaceAttrib(long dpy, long surface, int attribute, int value)
EGLBoolean eglSurfaceAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint value);
EGL_VERSION_1_X
public boolean dispatch_eglSurfaceAttrib1(long dpy, long surface, int attribute, int value, long procAddress)
EGLBoolean eglSurfaceAttrib(EGLNativeDisplayType dpy, EGLNativeDisplayType surface, EGLint attribute, EGLint value);
EGL_VERSION_1_X
public boolean eglSwapBuffers(long dpy, long surface)
EGLBoolean eglSwapBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface);
EGL_VERSION_1_X
public boolean dispatch_eglSwapBuffers1(long dpy, long surface, long procAddress)
EGLBoolean eglSwapBuffers(EGLNativeDisplayType dpy, EGLNativeDisplayType surface);
EGL_VERSION_1_X
public boolean eglSwapInterval(long dpy, int interval)
EGLBoolean eglSwapInterval(EGLNativeDisplayType dpy, EGLint interval);
EGL_VERSION_1_X
public boolean dispatch_eglSwapInterval1(long dpy, int interval, long procAddress)
EGLBoolean eglSwapInterval(EGLNativeDisplayType dpy, EGLint interval);
EGL_VERSION_1_X
public boolean eglTerminate(long dpy)
EGLBoolean eglTerminate(EGLNativeDisplayType dpy);
EGL_VERSION_1_X
public boolean dispatch_eglTerminate1(long dpy, long procAddress)
EGLBoolean eglTerminate(EGLNativeDisplayType dpy);
EGL_VERSION_1_X
public boolean eglUnlockSurfaceKHR(long display, long surface)
EGLBoolean eglUnlockSurfaceKHR(EGLNativeDisplayType display, EGLNativeDisplayType surface);
EGL_KHR_lock_surface
eglUnlockSurfaceKHR
in interface EGLExt
public boolean dispatch_eglUnlockSurfaceKHR1(long display, long surface, long procAddress)
EGLBoolean eglUnlockSurfaceKHR(EGLNativeDisplayType display, EGLNativeDisplayType surface);
EGL_KHR_lock_surface
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(EGLint engine);
EGL_VERSION_1_X
public boolean dispatch_eglWaitNative1(int engine, long procAddress)
EGLBoolean eglWaitNative(EGLint 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 |