Searched refs:eglCreatePixmapSurface (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec7 //unsupported: eglCreatePixmapSurface sentinel attrib_list EGL_NONE
8 eglCreatePixmapSurface unsupported
H A DEGL14.spec11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
/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/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/native/opengl/tests/angeles/include/GLES/
H A Degl.h207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
/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/GLES_trace/
H A Dgltrace.proto472 eglCreatePixmapSurface = 2007;
/frameworks/native/opengl/include/EGL/
H A Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp335 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function
344 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
/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
/frameworks/native/opengl/libagl/
H A Degl.cpp1559 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 2168 milliseconds