Home
last modified time | relevance | path

Searched defs:getSurface (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DWindow.cpp32 vk::SurfaceKHR Window::getSurface() in getSurface() function in Window
99 vk::SurfaceKHR Window::getSurface() in getSurface() function in Window
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.cpp90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9
140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
DImage9.cpp357 angle::Result Image9::getSurface(Context9 *context9, IDirect3DSurface9 **outSurface) in getSurface() function in rx::Image9
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dbenchmark.js3 function getSurface(CanvasKit, webglversion) { function
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp92 void* getSurface (void) { return m_surface; } in getSurface() function in tcu::lnx::wayland::Window
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemContext.hpp69 const vk::VkSurfaceKHR getSurface (void) const { return *m_surface; } in getSurface() function in vkt::ProtectedMem::ProtectedContext
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp69 const vk::VkSurfaceKHR getSurface (void) const { return *m_surface; } in getSurface() function in vkt::ProtectedMem::ProtectedContext
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.cpp175 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp155 EGLSurface SurfaceEGL::getSurface() const in getSurface() function in rx::SurfaceEGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.cpp258 const egl::Surface *FramebufferAttachment::getSurface() const in getSurface() function in gl::FramebufferAttachment
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp90 EGLSurface EGLWindow::getSurface() const in getSurface() function in EGLWindow
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.hpp226 const tcu::Surface& getSurface (void) const { return m_screen; } in getSurface() function in deqp::gls::ContextArrayPack
DglsDrawTest.cpp1784 const tcu::Surface& getSurface (void) const { return m_screen; } in getSurface() function in deqp::gls::AttributePack
/third_party/vulkan-headers/include/vulkan/
Dvulkan_shared.hpp1006 const SharedHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR> & getSurface() const VULKAN_HPP_NOEXCEPT in getSurface() function in VULKAN_HPP_NAMESPACE::SharedHandle
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp472 EGLSurface getSurface() const { return surface; } in getSurface() function in SwiftShaderTest
/third_party/skia/src/core/
DSkCanvas.cpp520 SkSurface* SkCanvas::getSurface() const { in getSurface() function in SkCanvas