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
282 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
330 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
422 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F() local
511 void EGLTest::checkSurfaceSmpteMetadata(EGLSurface eglSurface) { in checkSurfaceSmpteMetadata()
594 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local
644 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F() local
722 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
827 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F() local
860 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.cpp173 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(), in TEST_F() local
187 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/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/opengl/libagl/
Degl.cpp1633 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1654 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface()