Package org.lwjgl.egl
Class EGL10
java.lang.Object
org.lwjgl.egl.EGL10
- Direct Known Subclasses:
EGL11
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final long
static final long
static final long
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
eglChooseConfig
(long dpy, int @Nullable [] attrib_list, @Nullable PointerBuffer configs, int[] num_config) EGLBoolean eglChooseConfig(EGLDisplay dpy, EGLint const * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
static boolean
eglChooseConfig
(long dpy, @Nullable IntBuffer attrib_list, @Nullable PointerBuffer configs, IntBuffer num_config) EGLBoolean eglChooseConfig(EGLDisplay dpy, EGLint const * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
static boolean
eglCopyBuffers
(long dpy, long surface, long target) EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
static long
eglCreateContext
(long dpy, long config, long share_context, int @Nullable [] attrib_list) EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, EGLint const * attrib_list)
static long
eglCreateContext
(long dpy, long config, long share_context, @Nullable IntBuffer attrib_list) EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, EGLint const * attrib_list)
static long
eglCreatePbufferSurface
(long dpy, long config, int @Nullable [] attrib_list) EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint const * attrib_list)
static long
eglCreatePbufferSurface
(long dpy, long config, @Nullable IntBuffer attrib_list) EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint const * attrib_list)
static long
eglCreatePixmapSurface
(long dpy, long config, long pixmap, int @Nullable [] attrib_list) EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, EGLint const * attrib_list)
static long
eglCreatePixmapSurface
(long dpy, long config, long pixmap, @Nullable IntBuffer attrib_list) EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, EGLint const * attrib_list)
static long
eglCreateWindowSurface
(long dpy, long config, long win, int @Nullable [] attrib_list) EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, EGLint const * attrib_list)
static long
eglCreateWindowSurface
(long dpy, long config, long win, @Nullable IntBuffer attrib_list) EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, EGLint const * attrib_list)
static boolean
eglDestroyContext
(long dpy, long ctx) EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
static boolean
eglDestroySurface
(long dpy, long surface) EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
static boolean
eglGetConfigAttrib
(long dpy, long config, int attribute, int[] value) EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
static boolean
eglGetConfigAttrib
(long dpy, long config, int attribute, IntBuffer value) EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
static boolean
eglGetConfigs
(long dpy, @Nullable PointerBuffer configs, int[] num_config) EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
static boolean
eglGetConfigs
(long dpy, @Nullable PointerBuffer configs, IntBuffer num_config) EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
static long
EGLDisplay eglGetCurrentDisplay(void)
static long
eglGetCurrentSurface
(int readdraw) EGLSurface eglGetCurrentSurface(EGLint readdraw)
static long
eglGetDisplay
(long display_id) EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
static int
EGLint eglGetError(void)
static long
eglGetProcAddress
(CharSequence procname) __eglMustCastToProperFunctionPointerType eglGetProcAddress(char const * procname)
static long
eglGetProcAddress
(ByteBuffer procname) __eglMustCastToProperFunctionPointerType eglGetProcAddress(char const * procname)
static boolean
eglInitialize
(long dpy, int @Nullable [] major, int @Nullable [] minor) EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
static boolean
eglInitialize
(long dpy, @Nullable IntBuffer major, @Nullable IntBuffer minor) EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
static boolean
eglMakeCurrent
(long dpy, long draw, long read, long ctx) EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
static boolean
eglQueryContext
(long dpy, long ctx, int attribute, int[] value) EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
static boolean
eglQueryContext
(long dpy, long ctx, int attribute, IntBuffer value) EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
static @Nullable String
eglQueryString
(long dpy, int name) char * eglQueryString(EGLDisplay dpy, EGLint name)
static boolean
eglQuerySurface
(long dpy, long surface, int attribute, int[] value) EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
static boolean
eglQuerySurface
(long dpy, long surface, int attribute, IntBuffer value) EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
static boolean
eglSwapBuffers
(long dpy, long surface) EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
static boolean
eglTerminate
(long dpy) EGLBoolean eglTerminate(EGLDisplay dpy)
static boolean
EGLBoolean eglWaitGL(void)
static boolean
eglWaitNative
(int engine) EGLBoolean eglWaitNative(EGLint engine)
static int
neglChooseConfig
(long dpy, long attrib_list, long configs, int config_size, long num_config) EGLBoolean eglChooseConfig(EGLDisplay dpy, EGLint const * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
static long
neglCreateContext
(long dpy, long config, long share_context, long attrib_list) EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, EGLint const * attrib_list)
static long
neglCreatePbufferSurface
(long dpy, long config, long attrib_list) EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint const * attrib_list)
static long
neglCreatePixmapSurface
(long dpy, long config, long pixmap, long attrib_list) EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, EGLint const * attrib_list)
static long
neglCreateWindowSurface
(long dpy, long config, long win, long attrib_list) EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, EGLint const * attrib_list)
static int
neglGetConfigAttrib
(long dpy, long config, int attribute, long value) EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
static int
neglGetConfigs
(long dpy, long configs, int config_size, long num_config) EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
static long
neglGetProcAddress
(long procname) __eglMustCastToProperFunctionPointerType eglGetProcAddress(char const * procname)
static int
neglInitialize
(long dpy, long major, long minor) EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
static int
neglQueryContext
(long dpy, long ctx, int attribute, long value) EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
static long
neglQueryString
(long dpy, int name) char * eglQueryString(EGLDisplay dpy, EGLint name)
static int
neglQuerySurface
(long dpy, long surface, int attribute, long value) EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
-
Field Details
-
EGL_ALPHA_SIZE
public static final int EGL_ALPHA_SIZE- See Also:
-
EGL_BAD_ACCESS
public static final int EGL_BAD_ACCESS- See Also:
-
EGL_BAD_ALLOC
public static final int EGL_BAD_ALLOC- See Also:
-
EGL_BAD_ATTRIBUTE
public static final int EGL_BAD_ATTRIBUTE- See Also:
-
EGL_BAD_CONFIG
public static final int EGL_BAD_CONFIG- See Also:
-
EGL_BAD_CONTEXT
public static final int EGL_BAD_CONTEXT- See Also:
-
EGL_BAD_CURRENT_SURFACE
public static final int EGL_BAD_CURRENT_SURFACE- See Also:
-
EGL_BAD_DISPLAY
public static final int EGL_BAD_DISPLAY- See Also:
-
EGL_BAD_MATCH
public static final int EGL_BAD_MATCH- See Also:
-
EGL_BAD_NATIVE_PIXMAP
public static final int EGL_BAD_NATIVE_PIXMAP- See Also:
-
EGL_BAD_NATIVE_WINDOW
public static final int EGL_BAD_NATIVE_WINDOW- See Also:
-
EGL_BAD_PARAMETER
public static final int EGL_BAD_PARAMETER- See Also:
-
EGL_BAD_SURFACE
public static final int EGL_BAD_SURFACE- See Also:
-
EGL_BLUE_SIZE
public static final int EGL_BLUE_SIZE- See Also:
-
EGL_BUFFER_SIZE
public static final int EGL_BUFFER_SIZE- See Also:
-
EGL_CONFIG_CAVEAT
public static final int EGL_CONFIG_CAVEAT- See Also:
-
EGL_CONFIG_ID
public static final int EGL_CONFIG_ID- See Also:
-
EGL_CORE_NATIVE_ENGINE
public static final int EGL_CORE_NATIVE_ENGINE- See Also:
-
EGL_DEPTH_SIZE
public static final int EGL_DEPTH_SIZE- See Also:
-
EGL_DONT_CARE
public static final int EGL_DONT_CARE- See Also:
-
EGL_DRAW
public static final int EGL_DRAW- See Also:
-
EGL_EXTENSIONS
public static final int EGL_EXTENSIONS- See Also:
-
EGL_FALSE
public static final int EGL_FALSE- See Also:
-
EGL_GREEN_SIZE
public static final int EGL_GREEN_SIZE- See Also:
-
EGL_HEIGHT
public static final int EGL_HEIGHT- See Also:
-
EGL_LARGEST_PBUFFER
public static final int EGL_LARGEST_PBUFFER- See Also:
-
EGL_LEVEL
public static final int EGL_LEVEL- See Also:
-
EGL_MAX_PBUFFER_HEIGHT
public static final int EGL_MAX_PBUFFER_HEIGHT- See Also:
-
EGL_MAX_PBUFFER_PIXELS
public static final int EGL_MAX_PBUFFER_PIXELS- See Also:
-
EGL_MAX_PBUFFER_WIDTH
public static final int EGL_MAX_PBUFFER_WIDTH- See Also:
-
EGL_NATIVE_RENDERABLE
public static final int EGL_NATIVE_RENDERABLE- See Also:
-
EGL_NATIVE_VISUAL_ID
public static final int EGL_NATIVE_VISUAL_ID- See Also:
-
EGL_NATIVE_VISUAL_TYPE
public static final int EGL_NATIVE_VISUAL_TYPE- See Also:
-
EGL_NONE
public static final int EGL_NONE- See Also:
-
EGL_NON_CONFORMANT_CONFIG
public static final int EGL_NON_CONFORMANT_CONFIG- See Also:
-
EGL_NOT_INITIALIZED
public static final int EGL_NOT_INITIALIZED- See Also:
-
EGL_PBUFFER_BIT
public static final int EGL_PBUFFER_BIT- See Also:
-
EGL_PIXMAP_BIT
public static final int EGL_PIXMAP_BIT- See Also:
-
EGL_READ
public static final int EGL_READ- See Also:
-
EGL_RED_SIZE
public static final int EGL_RED_SIZE- See Also:
-
EGL_SAMPLES
public static final int EGL_SAMPLES- See Also:
-
EGL_SAMPLE_BUFFERS
public static final int EGL_SAMPLE_BUFFERS- See Also:
-
EGL_SLOW_CONFIG
public static final int EGL_SLOW_CONFIG- See Also:
-
EGL_STENCIL_SIZE
public static final int EGL_STENCIL_SIZE- See Also:
-
EGL_SUCCESS
public static final int EGL_SUCCESS- See Also:
-
EGL_SURFACE_TYPE
public static final int EGL_SURFACE_TYPE- See Also:
-
EGL_TRANSPARENT_BLUE_VALUE
public static final int EGL_TRANSPARENT_BLUE_VALUE- See Also:
-
EGL_TRANSPARENT_GREEN_VALUE
public static final int EGL_TRANSPARENT_GREEN_VALUE- See Also:
-
EGL_TRANSPARENT_RED_VALUE
public static final int EGL_TRANSPARENT_RED_VALUE- See Also:
-
EGL_TRANSPARENT_RGB
public static final int EGL_TRANSPARENT_RGB- See Also:
-
EGL_TRANSPARENT_TYPE
public static final int EGL_TRANSPARENT_TYPE- See Also:
-
EGL_TRUE
public static final int EGL_TRUE- See Also:
-
EGL_VENDOR
public static final int EGL_VENDOR- See Also:
-
EGL_VERSION
public static final int EGL_VERSION- See Also:
-
EGL_WIDTH
public static final int EGL_WIDTH- See Also:
-
EGL_WINDOW_BIT
public static final int EGL_WINDOW_BIT- See Also:
-
EGL_NO_CONTEXT
public static final long EGL_NO_CONTEXT- See Also:
-
EGL_NO_DISPLAY
public static final long EGL_NO_DISPLAY- See Also:
-
EGL_NO_SURFACE
public static final long EGL_NO_SURFACE- See Also:
-
-
Method Details
-
neglChooseConfig
public static int neglChooseConfig(long dpy, long attrib_list, long configs, int config_size, long num_config) EGLBoolean eglChooseConfig(EGLDisplay dpy, EGLint const * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
-
eglChooseConfig
public static boolean eglChooseConfig(long dpy, @Nullable IntBuffer attrib_list, @Nullable PointerBuffer configs, IntBuffer num_config) EGLBoolean eglChooseConfig(EGLDisplay dpy, EGLint const * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
-
eglCopyBuffers
public static boolean eglCopyBuffers(long dpy, long surface, long target) EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
-
neglCreateContext
public static long neglCreateContext(long dpy, long config, long share_context, long attrib_list) EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, EGLint const * attrib_list)
-
eglCreateContext
public static long eglCreateContext(long dpy, long config, long share_context, @Nullable IntBuffer attrib_list) EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, EGLint const * attrib_list)
-
neglCreatePbufferSurface
public static long neglCreatePbufferSurface(long dpy, long config, long attrib_list) EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint const * attrib_list)
-
eglCreatePbufferSurface
EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint const * attrib_list)
-
neglCreatePixmapSurface
public static long neglCreatePixmapSurface(long dpy, long config, long pixmap, long attrib_list) EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, EGLint const * attrib_list)
-
eglCreatePixmapSurface
public static long eglCreatePixmapSurface(long dpy, long config, long pixmap, @Nullable IntBuffer attrib_list) EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, EGLint const * attrib_list)
-
neglCreateWindowSurface
public static long neglCreateWindowSurface(long dpy, long config, long win, long attrib_list) EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, EGLint const * attrib_list)
-
eglCreateWindowSurface
public static long eglCreateWindowSurface(long dpy, long config, long win, @Nullable IntBuffer attrib_list) EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, EGLint const * attrib_list)
-
eglDestroyContext
public static boolean eglDestroyContext(long dpy, long ctx) EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
-
eglDestroySurface
public static boolean eglDestroySurface(long dpy, long surface) EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
-
neglGetConfigAttrib
public static int neglGetConfigAttrib(long dpy, long config, int attribute, long value) EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
-
eglGetConfigAttrib
EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
-
neglGetConfigs
public static int neglGetConfigs(long dpy, long configs, int config_size, long num_config) EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
-
eglGetConfigs
public static boolean eglGetConfigs(long dpy, @Nullable PointerBuffer configs, IntBuffer num_config) EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
-
eglGetCurrentDisplay
public static long eglGetCurrentDisplay()EGLDisplay eglGetCurrentDisplay(void)
-
eglGetCurrentSurface
public static long eglGetCurrentSurface(int readdraw) EGLSurface eglGetCurrentSurface(EGLint readdraw)
-
eglGetDisplay
public static long eglGetDisplay(long display_id) EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
-
eglGetError
public static int eglGetError()EGLint eglGetError(void)
-
neglGetProcAddress
public static long neglGetProcAddress(long procname) __eglMustCastToProperFunctionPointerType eglGetProcAddress(char const * procname)
-
eglGetProcAddress
__eglMustCastToProperFunctionPointerType eglGetProcAddress(char const * procname)
-
eglGetProcAddress
__eglMustCastToProperFunctionPointerType eglGetProcAddress(char const * procname)
-
neglInitialize
public static int neglInitialize(long dpy, long major, long minor) EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
-
eglInitialize
EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
-
eglMakeCurrent
public static boolean eglMakeCurrent(long dpy, long draw, long read, long ctx) EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
-
neglQueryContext
public static int neglQueryContext(long dpy, long ctx, int attribute, long value) EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
-
eglQueryContext
EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
-
neglQueryString
public static long neglQueryString(long dpy, int name) char * eglQueryString(EGLDisplay dpy, EGLint name)
-
eglQueryString
char * eglQueryString(EGLDisplay dpy, EGLint name)
-
neglQuerySurface
public static int neglQuerySurface(long dpy, long surface, int attribute, long value) EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
-
eglQuerySurface
EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
-
eglSwapBuffers
public static boolean eglSwapBuffers(long dpy, long surface) EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
-
eglTerminate
public static boolean eglTerminate(long dpy) EGLBoolean eglTerminate(EGLDisplay dpy)
-
eglWaitGL
public static boolean eglWaitGL()EGLBoolean eglWaitGL(void)
-
eglWaitNative
public static boolean eglWaitNative(int engine) EGLBoolean eglWaitNative(EGLint engine)
-
eglChooseConfig
public static boolean eglChooseConfig(long dpy, int @Nullable [] attrib_list, @Nullable PointerBuffer configs, int[] num_config) EGLBoolean eglChooseConfig(EGLDisplay dpy, EGLint const * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
-
eglCreateContext
public static long eglCreateContext(long dpy, long config, long share_context, int @Nullable [] attrib_list) EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, EGLint const * attrib_list)
-
eglCreatePbufferSurface
public static long eglCreatePbufferSurface(long dpy, long config, int @Nullable [] attrib_list) EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, EGLint const * attrib_list)
-
eglCreatePixmapSurface
public static long eglCreatePixmapSurface(long dpy, long config, long pixmap, int @Nullable [] attrib_list) EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, EGLint const * attrib_list)
-
eglCreateWindowSurface
public static long eglCreateWindowSurface(long dpy, long config, long win, int @Nullable [] attrib_list) EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, EGLint const * attrib_list)
-
eglGetConfigAttrib
public static boolean eglGetConfigAttrib(long dpy, long config, int attribute, int[] value) EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
-
eglGetConfigs
EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
-
eglInitialize
public static boolean eglInitialize(long dpy, int @Nullable [] major, int @Nullable [] minor) EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
-
eglQueryContext
public static boolean eglQueryContext(long dpy, long ctx, int attribute, int[] value) EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
-
eglQuerySurface
public static boolean eglQuerySurface(long dpy, long surface, int attribute, int[] value) EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
-