Searched refs:eglCreatePbufferSurface (Results 1 - 15 of 15) sorted by relevance

/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/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,
/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/native/opengl/tests/angeles/include/GLES/
H A Degl.h208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp57 surface = eglCreatePbufferSurface(dpy, config, attribs);
59 printf("eglCreatePbufferSurface error %x\n", eglGetError());
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto473 eglCreatePbufferSurface = 2008;
/frameworks/native/opengl/include/EGL/
H A Degl.h268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp302 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
310 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1566 sPbuffer = sEgl.eglCreatePbufferSurface(sEglDisplay, sEglConfig, new int[] {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp250 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp68 mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig, pbufferAttribs);
H A DSurfaceTexture_test.cpp107 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp982 const GLMessage_Function GLMessage::eglCreatePbufferSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1315 static const Function eglCreatePbufferSurface = GLMessage_Function_eglCreatePbufferSurface; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1556 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 1001 milliseconds