Home
last modified time | relevance | path

Searched defs:eglCreatePixmapSurface (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java69 …public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixma… in eglCreatePixmapSurface() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, in eglCreatePixmapSurface() method in EGLLogWrapper
DEGL14.java287 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java101 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp524 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
/frameworks/native/opengl/libagl/
Degl.cpp1559 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto766 eglCreatePixmapSurface = 2007; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1571 const GLMessage_Function GLMessage::eglCreatePixmapSurface; member in android::gltrace::GLMessage
Dgltrace.pb.h1919 static const Function eglCreatePixmapSurface = GLMessage_Function_eglCreatePixmapSurface; variable