Home
last modified time | relevance | path

Searched refs:getSurface (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.h30 virtual IDirect3DSurface9 *getSurface() const = 0;
56 IDirect3DSurface9 *getSurface() const override;
87 IDirect3DSurface9 *getSurface() const override;
H A DRenderTarget9.cpp90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9
140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
H A DFramebuffer9.cpp95 IDirect3DSurface9 *surface = renderTarget->getSurface(); in readPixelsImpl()
252 // The getSurface calls do an AddRef so save them until after no errors are possible in blitImpl()
253 IDirect3DSurface9 *readSurface = readRenderTarget->getSurface(); in blitImpl()
256 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl()
370 // The getSurface calls do an AddRef so save them until after no errors are possible in blitImpl()
371 IDirect3DSurface9 *readSurface = readDepthStencil->getSurface(); in blitImpl()
374 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl()
H A DImage9.cpp98 ANGLE_TRY(source->getSurface(context9, &sourceSurface)); in GenerateMipmap()
101 ANGLE_TRY(dest->getSurface(context9, &destSurface)); in GenerateMipmap()
167 ANGLE_TRY(source->getSurface(context9, &sourceSurface)); in CopyImage()
170 ANGLE_TRY(dest->getSurface(context9, &destSurface)); in CopyImage()
357 angle::Result Image9::getSurface(Context9 *context9, IDirect3DSurface9 **outSurface) in getSurface() function in rx::Image9
433 ANGLE_TRY(getSurface(context9, &sourceSurface)); in copyToSurface()
567 angle::ComPtr<IDirect3DSurface9> surface = renderTarget->getSurface(); in copyFromRTInternal()
H A DImage9.h88 angle::Result getSurface(Context9 *context9, IDirect3DSurface9 **outSurface);
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DWindow.hpp31 vk::SurfaceKHR getSurface();
46 vk::SurfaceKHR getSurface();
H A DWindow.cpp32 vk::SurfaceKHR Window::getSurface() in getSurface() function in Window
99 vk::SurfaceKHR Window::getSurface() in getSurface() function in Window
H A DSwapchain.cpp21 vk::SurfaceKHR surface = window.getSurface(); in Swapchain()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java122 onSurfaceCreated(mApplication.getNativeHandle(), holder.getSurface()); in surfaceCreated()
129 onSurfaceChanged(mApplication.getNativeHandle(), holder.getSurface()); in surfaceChanged()
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.cpp175 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication
178 return mEGLWindow->getSurface(); in getSurface()
H A DSampleApplication.h57 EGLSurface getSurface() const;
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextSharingTest.cpp161 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
236 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
304 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
350 EGLSurface surface = eglWindow->getSurface(); in TEST_P()
407 EGLSurface surface = eglWindow->getSurface(); in TEST_P()
H A DEGLContextASANTest.cpp49 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
H A DEGLDebugTest.cpp157 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H A DSurfaceRenderer.java69 mAndroidSurface = holder.getSurface(); in surfaceChanged()
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dbenchmark.js3 function getSurface(CanvasKit, webglversion) { function
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWayland.hpp92 void* getSurface (void) { return m_surface; } in getSurface() function in tcu::lnx::wayland::Window
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A 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/post_sub_buffer/
H A DPostSubBuffer.cpp131 EGLSurface surface = getSurface();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.h60 EGLSurface getSurface() const;
/third_party/skia/bench/
H A DImageCycleBench.cpp78 if (auto surf = canvas->getSurface()) {
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A 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/multi_window/
H A DMultiWindow.cpp53 rootWindow.surface = getSurface();
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.h135 EGLSurface getSurface() const;
/third_party/skia/gm/
H A Dyuv420_odd_dim.cpp69 if (auto origSurface = canvas->getSurface()) { in DEF_SIMPLE_GM_CAN_FAIL()

Completed in 13 milliseconds

123