Home
last modified time | relevance | path

Searched defs:eglCreatePbufferSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java70 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java101 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface() method in EGLLogWrapper
DEGL14.java281 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp138 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() function