Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePixmapSurface.java4 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface() method
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java78 …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.java291 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java103 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() function