Searched defs:EGLContext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLContext.java21 * Wrapper class for native EGLContext objects.
24 public class EGLContext extends EGLObjectHandle { class in inherits:EGLObjectHandle
25 private EGLContext(long handle) { method in class:EGLContext
32 if (!(o instanceof EGLContext)) return false;
34 EGLContext that = (EGLContext) o;
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLContext.java21 * Wrapper class for native EGLContext objects.
24 public class EGLContext extends EGLObjectHandle { class in inherits:EGLObjectHandle
25 private EGLContext(long handle) { method in class:EGLContext
32 if (!(o instanceof EGLContext)) return false;
34 EGLContext that = (EGLContext) o;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGLContext.java21 public abstract class EGLContext class
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h9 typedef void *EGLContext; typedef
18 #define EGL_NO_CONTEXT ((EGLContext)0)
/frameworks/native/opengl/include/EGL/
H A Degl.h47 typedef void *EGLContext; typedef
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,

Completed in 1933 milliseconds