Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProtectedContentTest.cpp426 EGLSurface windowSurface = EGL_NO_SURFACE; in windowTest() local
499 EGLSurface windowSurface = EGL_NO_SURFACE; in textureTest() local
578 EGLSurface windowSurface = EGL_NO_SURFACE; in textureFromImageTest() local
684 EGLSurface windowSurface = EGL_NO_SURFACE; in textureFromPbufferTest() local
759 EGLSurface windowSurface = EGL_NO_SURFACE; in textureFromAndroidNativeBufferTest() local
/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp247 WindowSurfaceVk *windowSurface) in DetermineSurfaceRotation()