Home
last modified time | relevance | path

Searched refs:eglCreatePbufferSurface (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java38 import static android.opengl.EGL14.eglCreatePbufferSurface;
125 eglCreatePbufferSurface(eglDisplay, eglConfig, attrs, 0 /* offset */); in retrieveTextureSizeFromGL()
/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
DEGL14.spec10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePbufferSurface);
177 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePbufferSurface); in init_stub_library()
Dstubs_arm64.cc63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePbufferSurface);
177 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePbufferSurface); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt14 eglCreatePbufferSurface;
Dplatform_entries.in12 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint*)
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp81 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs); in createPbuffer()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() method
/frameworks/native/opengl/tests/filter/
Dfilter.cpp59 surface = eglCreatePbufferSurface(dpy, config, attribs); in main()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp90 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() function
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface() method in EGLLogWrapper
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config, in eglCreatePbufferSurface()
DEGL14.java280 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface() method in EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java70 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface() method in EGLImpl
/frameworks/native/opengl/libs/EGL/
Degl_entries.in10 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint *)
DeglApi.cpp139 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() function
143 return cnx->platform.eglCreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface()
/frameworks/native/libs/gui/tests/
DGLTest.cpp86 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in SetUp()
DSurfaceTextureMultiContextGL_test.cpp441 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in TEST_F()
/frameworks/native/opengl/include/EGL/
Degl.h124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java393 return egl.eglCreatePbufferSurface(display, eglConfig, attribs); in createSurface()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp291 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in createPBufferSurface()
/frameworks/rs/driver/
DrsdGL.cpp319 dc->gl.egl.surfaceDefault = eglCreatePbufferSurface(dc->gl.egl.display, dc->gl.egl.config, in rsdGLInit()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java487 EGL14.eglCreatePbufferSurface(mEGLDisplay, mConfigs, surfaceAttribs, 0); in configureEGLPbufferSurfaces()

12