/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 38 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 D | checks.spec | 6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
|
H A D | EGL14.spec | 10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
|
/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePbufferSurface); 177 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePbufferSurface); in init_stub_library()
|
H A D | stubs_arm64.cc | 63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePbufferSurface); 177 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePbufferSurface); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 14 eglCreatePbufferSurface;
|
H A D | platform_entries.in | 12 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint*)
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_color_convert_impl.cpp | 134 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
|
H A D | gl_layer_stitch_impl.cpp | 117 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | EglWindow.cpp | 81 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs); in createPbuffer()
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 101 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() method
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderBase.cpp | 96 sMockSurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()
|
/aosp12/frameworks/native/opengl/tests/filter/ |
H A D | filter.cpp | 59 surface = eglCreatePbufferSurface(dpy, config, attribs); in main()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | RenderBase.cpp | 91 sMockSurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | egl.h | 208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface() method in EGLLogWrapper 102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config, in eglCreatePbufferSurface()
|
H A D | EGL14.java | 281 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface() method in EGL14
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 70 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface() method in EGLImpl
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 10 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint *)
|
H A D | eglApi.cpp | 138 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 D | GlideFilmstripManager.java | 262 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, in computeEglMaxTextureSize()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | glengine.cpp | 88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | glengine.cpp | 109 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | glengine.cpp | 88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | glengine.cpp | 88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
|