Searched defs:eglCreatePbufferSurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp92 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, method in class:EGLLogWrapper
96 begin("eglCreatePbufferSurface");
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config,
H A DEGL14.java276 // C function EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
278 public static native EGLSurface eglCreatePbufferSurface( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java61 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) { method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1607 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp610 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
618 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(

Completed in 234 milliseconds