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

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec6 eglCreatePbufferSurface sentinel attrib_list EGL_NONE
H A DEGL14.spec10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
/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,
H A DEGL14.java270 // C function EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
272 public static native EGLSurface eglCreatePbufferSurface( method in class:EGL14
/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/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/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.cpp355 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
363 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1647 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);
H A Dandroid_opengl_EGL14.cpp670 /* EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list ) */
715 _returnValue = eglCreatePbufferSurface(
1216 {"eglCreatePbufferSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;[II)Landroid/opengl/EGLSurface;", (void *) android_eglCreatePbufferSurface },
/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.cpp1566 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 222 milliseconds