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

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePixmapSurface.java1 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
4 public static native EGLSurface eglCreatePixmapSurface( method
/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list 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.java102 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.java285 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
288 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/tests/angeles/include/GLES/
H A Degl.h207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
/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.cpp590 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function
599 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
/frameworks/native/opengl/libagl/
H A Degl.cpp1600 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 2087 milliseconds