Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java38 import static android.opengl.EGL14.eglCreatePbufferSurface;
125 eglCreatePbufferSurface(eglDisplay, eglConfig, attrs, 0 /* offset */); in retrieveTextureSizeFromGL()
/aosp12/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 )
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePbufferSurface);
177 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePbufferSurface); in init_stub_library()
H A Dstubs_arm64.cc63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePbufferSurface);
177 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePbufferSurface); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt14 eglCreatePbufferSurface;
H A Dplatform_entries.in12 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint*)
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_color_convert_impl.cpp134 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
H A Dgl_layer_stitch_impl.cpp117 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
/aosp12/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp81 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs); in createPbuffer()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java101 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() method
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DRenderBase.cpp96 sMockSurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp59 surface = eglCreatePbufferSurface(dpy, config, attribs); in main()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DRenderBase.cpp91 sMockSurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface() method in EGLLogWrapper
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config, in eglCreatePbufferSurface()
H A DEGL14.java281 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface() method in EGL14
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java70 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface() method in EGLImpl
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in10 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint *)
H A DeglApi.cpp138 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() function
142 return cnx->platform.eglCreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java262 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, in computeEglMaxTextureSize()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp109 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()

12