Searched defs:eglSurface (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 155 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() 593 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local 643 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local 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 [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 | 171 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(), in TEST_F() local 185 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/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 79 EGLSurface eglSurface; field in SurfaceTextureRenderer.EGLSurfaceHolder
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RenderTarget.java | 91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget() local
|