Home
last modified time | relevance | path

Searched defs:EGLContext (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGLContext.java24 public class EGLContext extends EGLObjectHandle { class
25 private EGLContext(long handle) { in EGLContext() method in EGLContext
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLContext.java24 public class EGLContext extends EGLObjectHandle { class
25 private EGLContext(long handle) { in EGLContext() method in EGLContext
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGLContext.java21 public abstract class EGLContext class
/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h9 typedef void *EGLContext; typedef
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp333 EGLSurface draw, EGLSurface read, EGLContext /*ctx*/, in makeCurrent() argument
/frameworks/native/opengl/include/EGL/
Degl.h47 typedef void *EGLContext; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java66 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put()
/frameworks/native/opengl/libagl/
Degl.cpp1675 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext() argument