Searched defs:EGLContext (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | EGLContext.java | 24 public class EGLContext extends EGLObjectHandle { class 25 private EGLContext(long handle) { in EGLContext() method in EGLContext
|
/frameworks/native/opengl/tools/glgen/static/egl/ |
D | EGLContext.java | 24 public class EGLContext extends EGLObjectHandle { class 25 private EGLContext(long handle) { in EGLContext() method in EGLContext
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGLContext.java | 21 public abstract class EGLContext class
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 9 typedef void *EGLContext; typedef
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 193 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext /*context*/) { in setupYuvTexSurface() argument
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 529 EGLSurface read, EGLContext /*ctx*/, EGLSurface impl_draw, in makeCurrent() argument
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 45 typedef void *EGLContext; typedef
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 68 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 1244 {"eglDestroyContext", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLContext;)Z", (void *) android… in eglDestroyContext() 1245 {"eglMakeCurrent", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;Landroid/opengl/EGLSurfa… in eglMakeCurrent()
|