Home
last modified time | relevance | path

Searched refs:windowSurface (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp187 EGLSurface windowSurface = EGL_NO_SURFACE; in WindowTest() local
189 isProtectedSurface, config, osWindow->getNativeWindow(), &windowSurface); in WindowTest()
193 EXPECT_TRUE(eglMakeCurrent(mDisplay, windowSurface, windowSurface, context)); in WindowTest()
200 eglSwapBuffers(mDisplay, windowSurface); in WindowTest()
208 eglSwapBuffers(mDisplay, windowSurface); in WindowTest()
216 eglSwapBuffers(mDisplay, windowSurface); in WindowTest()
223 eglDestroySurface(mDisplay, windowSurface); in WindowTest()
224 windowSurface = EGL_NO_SURFACE; in WindowTest()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp357 …const WindowSurfacePair windowSurface = createWindow(m_display.get(), windowFactory, m_eglDisplay,… in create() local
358 m_window = windowSurface.first; in create()
359 m_eglSurface = windowSurface.second; in create()
534 …WindowSurfacePair windowSurface = createWindow(m_display.get(), m_nativeWindowFactory, m_eglDispla… in postIterate() local
535 m_window = windowSurface.first; in postIterate()
536 m_eglSurface = windowSurface.second; in postIterate()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp229 WindowSurfaceVk *windowSurface) in DetermineSurfaceRotation() argument
231 if (windowSurface && framebuffer->isDefault()) in DetermineSurfaceRotation()
233 switch (windowSurface->getPreTransform()) in DetermineSurfaceRotation()