Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp156 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F() local
281 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
367 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
456 void EGLTest::checkSurfaceSmpteMetadata(EGLSurface eglSurface) { in checkSurfaceSmpteMetadata()
539 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local
589 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local
667 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
772 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp21 EGLSurface eglSurface; variable
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp21 EGLSurface eglSurface; variable
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp174 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(), in TEST_F() local
188 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL); in TEST_F() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java72 EGLSurface eglSurface; field in SurfaceTextureRenderer.EGLSurfaceHolder
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget() local
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp203 EGLSurface eglSurface = surface.getEGLSurface(); in setCurrentSurface() local
/frameworks/native/opengl/libagl/
Degl.cpp1633 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1654 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface()