Home
last modified time | relevance | path

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

/external/skia/modules/androidkit/src/
DSurfaceThread.cpp52 if(auto* windowSurface = reinterpret_cast<Surface*>(*message.fWindowSurface)){ in message_callback() local
61 if(auto* windowSurface = reinterpret_cast<Surface*>(*message.fWindowSurface)){ in message_callback() local
/external/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp426 EGLSurface windowSurface = EGL_NO_SURFACE; in windowTest() local
499 EGLSurface windowSurface = EGL_NO_SURFACE; in textureTest() local
584 EGLSurface windowSurface = EGL_NO_SURFACE; in textureFromImageTest() local
690 EGLSurface windowSurface = EGL_NO_SURFACE; in textureFromPbufferTest() local
765 EGLSurface windowSurface = EGL_NO_SURFACE; in textureFromAndroidNativeBufferTest() local
DEGLLockSurface3Test.cpp489 EGLSurface windowSurface = in TEST_P() local
570 EGLSurface windowSurface = in TEST_P() local
/external/angle/src/libANGLE/renderer/vulkan/linux/wayland/
DWindowSurfaceVkWayland.cpp21 WindowSurfaceVkWayland *windowSurface = reinterpret_cast<WindowSurfaceVkWayland *>(payload); in ResizeCallback() local
/external/deqp/framework/egl/
DegluGLContextFactory.cpp357 …const WindowSurfacePair windowSurface = createWindow(m_display.get(), windowFactory, m_eglDisplay,… in create() local
534 …WindowSurfacePair windowSurface = createWindow(m_display.get(), m_nativeWindowFactory, m_eglDispla… in postIterate() local
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp247 WindowSurfaceVk *windowSurface) in DetermineSurfaceRotation()