Searched defs:eglCreatePixmapSurface (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, method in class:EGLLogWrapper
111 begin("eglCreatePixmapSurface");
118 EGLSurface result = mEgl10.eglCreatePixmapSurface(display, config,
H A DEGL14.java279 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
281 public static native EGLSurface eglCreatePixmapSurface( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java69 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) { method in class:EGLImpl
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp335 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function
344 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java101 EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1559 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp981 const GLMessage_Function GLMessage::eglCreatePixmapSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1314 static const Function eglCreatePixmapSurface = GLMessage_Function_eglCreatePixmapSurface; member in class:android::gltrace::GLMessage

Completed in 61 milliseconds