Searched defs:eglSurface (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 158 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F() local 284 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local 332 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local 429 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local 518 void EGLTest::checkSurfaceSmpteMetadata(EGLSurface eglSurface) { in checkSurfaceSmpteMetadata() 601 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local 651 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local 729 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local 858 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local 891 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 124 EGLSurface eglSurface = in retrieveTextureSizeFromGL() local
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 21 EGLSurface eglSurface; variable
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureClient_test.cpp | 156 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(), in TEST_F() local 170 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), nullptr); in TEST_F() local
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 21 EGLSurface eglSurface; variable
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RenderTarget.java | 91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget() local
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 129 EGLDisplay eglSurface; member
|
D | BootAnimation.cpp | 685 EGLSurface eglSurface = eglCreateWindowSurface(mEgl, config, display.surface.get(), nullptr); in resizeSurface() local
|