Searched refs:eglCreatePbufferSurface (Results 1 - 25 of 27) sorted by last modified time

12

/frameworks/rs/driver/
H A DrsdGL.cpp328 rsc->setWatchdogGL("eglCreatePbufferSurface", __LINE__, __FILE__);
329 dc->gl.egl.surfaceDefault = eglCreatePbufferSurface(dc->gl.egl.display, dc->gl.egl.config,
331 checkEglError("eglCreatePbufferSurface");
333 ALOGE("eglCreatePbufferSurface returned EGL_NO_SURFACE");
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp84 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
H A DSurfaceTextureClient_test.cpp76 mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig, pbufferAttribs);
H A DSurfaceTextureMultiContextGL_test.cpp424 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
/frameworks/native/opengl/include/EGL/
H A Degl.h268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/libagl/
H A Degl.cpp1566 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp544 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
552 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto767 eglCreatePbufferSurface = 2008;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1572 const GLMessage_Function GLMessage::eglCreatePbufferSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1920 static const Function eglCreatePbufferSurface = GLMessage_Function_eglCreatePbufferSurface; member in class:android::gltrace::GLMessage
/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.cpp59 surface = eglCreatePbufferSurface(dpy, config, attribs);
61 printf("eglCreatePbufferSurface error %x\n", eglGetError());
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
H A Dchecks.spec6 eglCreatePbufferSurface sentinel attrib_list EGL_NONE
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp106 EGLSurface dummy = eglCreatePbufferSurface(display, dummyConfig, attribs);
/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/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java685 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp154 surface = eglCreatePbufferSurface(display, configs[0], surfaceAttrs);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java393 return egl.eglCreatePbufferSurface(display, eglConfig, attribs);
/frameworks/base/opengl/java/android/opengl/
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
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/libs/hwui/renderthread/
H A DEglManager.cpp189 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java479 EGL14.eglCreatePbufferSurface(mEGLDisplay, mConfigs, surfaceAttribs, 0);
480 checkEglError("eglCreatePbufferSurface");
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp686 /* EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list ) */
731 _returnValue = eglCreatePbufferSurface(
1243 {"eglCreatePbufferSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;[II)Landroid/opengl/EGLSurface;", (void *) android_eglCreatePbufferSurface },

Completed in 4202 milliseconds

12