Home
last modified time | relevance | path

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

/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/android/opengl/
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/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp193 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext /*context*/) { in setupYuvTexSurface() argument
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp491 EGLSurface read, EGLContext /*ctx*/, EGLSurface impl_draw, in makeCurrent() argument
/frameworks/native/opengl/include/EGL/
Degl.h60 typedef void *EGLContext; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java68 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put()