Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp158 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
834 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
867 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
[all …]
/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java124 EGLSurface eglSurface = in retrieveTextureSizeFromGL() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp21 EGLSurface eglSurface; variable
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp161 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(), in TEST_F() local
175 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), nullptr); in TEST_F() local
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp21 EGLSurface eglSurface; variable
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget() local