Home
last modified time | relevance | path

Searched defs:eglSurface (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp155 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F() local
281 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
329 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
421 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
510 void EGLTest::checkSurfaceSmpteMetadata(EGLSurface eglSurface) { in checkSurfaceSmpteMetadata()
721 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
826 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
859 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
906 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
937 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java124 EGLSurface eglSurface = in retrieveTextureSizeFromGL() local
/aosp12/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp21 EGLSurface eglSurface; variable
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java262 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, in computeEglMaxTextureSize() local
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp171 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(), in TEST_F() local
185 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), nullptr); in TEST_F() local
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp31 EGLSurface eglSurface; member in EngineContext
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Dglengine.cpp31 EGLSurface eglSurface; member in EngineContext
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Dglengine.cpp31 EGLSurface eglSurface; member in EngineContext
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A Dglengine.cpp31 EGLSurface eglSurface; member in EngineContext
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A Dglengine.cpp31 EGLSurface eglSurface; member in EngineContext
/aosp12/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp21 EGLSurface eglSurface; variable
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp31 EGLSurface eglSurface; member in EngineContext
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget() local