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

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
H A DEGL14.spec10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp81 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs);
83 ALOGE("eglCreatePbufferSurface error: %#x", eglGetError());
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp92 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, function
/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.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/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/base/libs/hwui/renderthread/
H A DEglManager.cpp209 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp84 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
H A DSurfaceTextureMultiContextGL_test.cpp441 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
H A DSurfaceTextureClient_test.cpp81 mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig, pbufferAttribs);
/frameworks/native/opengl/include/EGL/
H A Degl.h268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java393 return egl.eglCreatePbufferSurface(display, eglConfig, attribs);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp110 EGLSurface dummy = eglCreatePbufferSurface(display, dummyConfig, attribs);
/frameworks/rs/driver/
H A DrsdGL.cpp318 rsc->setWatchdogGL("eglCreatePbufferSurface", __LINE__, __FILE__);
319 dc->gl.egl.surfaceDefault = eglCreatePbufferSurface(dc->gl.egl.display, dc->gl.egl.config,
321 checkEglError("eglCreatePbufferSurface");
323 ALOGE("eglCreatePbufferSurface returned EGL_NO_SURFACE");
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java487 EGL14.eglCreatePbufferSurface(mEGLDisplay, mConfigs, surfaceAttribs, 0);
488 checkEglError("eglCreatePbufferSurface");
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp251 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
H A Dandroid_opengl_EGL14.cpp671 /* EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list ) */
712 _returnValue = eglCreatePbufferSurface(
1219 {"eglCreatePbufferSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;[II)Landroid/opengl/EGLSurface;", (void *) android_eglCreatePbufferSurface },
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java795 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp610 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function
618 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
/frameworks/native/opengl/libagl/
H A Degl.cpp1607 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 364 milliseconds