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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java65 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) { method in class:EGLImpl
/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,
/frameworks/base/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/include/EGL/
H A Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp1013 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function
1020 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp305 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
/frameworks/base/opengl/libagl/
H A Degl.cpp1590 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 39 milliseconds