/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | RenderTarget9.h | 30 virtual IDirect3DSurface9 *getSurface() const = 0; 56 IDirect3DSurface9 *getSurface() const override; 87 IDirect3DSurface9 *getSurface() const override;
|
D | Framebuffer9.cpp | 95 IDirect3DSurface9 *surface = renderTarget->getSurface(); in readPixelsImpl() 253 IDirect3DSurface9 *readSurface = readRenderTarget->getSurface(); in blitImpl() 256 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl() 371 IDirect3DSurface9 *readSurface = readDepthStencil->getSurface(); in blitImpl() 374 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl()
|
D | RenderTarget9.cpp | 90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9 140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
|
D | Image9.cpp | 98 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()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | RenderTarget9.h | 30 virtual IDirect3DSurface9 *getSurface() const = 0; 56 IDirect3DSurface9 *getSurface() const override; 87 IDirect3DSurface9 *getSurface() const override;
|
D | Framebuffer9.cpp | 94 IDirect3DSurface9 *surface = renderTarget->getSurface(); in readPixelsImpl() 251 IDirect3DSurface9 *readSurface = readRenderTarget->getSurface(); in blitImpl() 254 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl() 368 IDirect3DSurface9 *readSurface = readDepthStencil->getSurface(); in blitImpl() 371 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl()
|
D | RenderTarget9.cpp | 90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9 140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
|
D | Image9.cpp | 98 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() 355 angle::Result Image9::getSurface(Context9 *context9, IDirect3DSurface9 **outSurface) in getSurface() function in rx::Image9 431 ANGLE_TRY(getSurface(context9, &sourceSurface)); in copyToSurface() 565 angle::ComPtr<IDirect3DSurface9> surface = renderTarget->getSurface(); in copyFromRTInternal()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Window.hpp | 31 vk::SurfaceKHR getSurface(); 46 vk::SurfaceKHR getSurface();
|
D | Window.cpp | 32 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/tests/egl_tests/ |
D | EGLSyncTest.cpp | 250 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 268 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 286 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 359 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 436 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
|
D | EGLContextSharingTest.cpp | 161 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()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLContextSharingTest.cpp | 63 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 132 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 214 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
|
D | EGLDebugTest.cpp | 169 getEGLWindow()->getSurface(), const_cast<char *>("Surface"))); in TEST_P() 175 getEGLWindow()->getSurface(), const_cast<char *>("Image"))); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/ |
D | SampleApplication.cpp | 112 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication 114 return mEGLWindow->getSurface(); in getSurface()
|
D | SampleApplication.h | 50 EGLSurface getSurface() const;
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 122 onSurfaceCreated(mApplication.getNativeHandle(), holder.getSurface()); in surfaceCreated() 129 onSurfaceChanged(mApplication.getNativeHandle(), holder.getSurface()); in surfaceChanged()
|
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 122 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/ |
D | SampleApplication.cpp | 175 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication 178 return mEGLWindow->getSurface(); in getSurface()
|
D | SampleApplication.h | 57 EGLSurface getSurface() const;
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
D | SurfaceRenderer.java | 69 mAndroidSurface = holder.getSurface(); in surfaceChanged()
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 92 void* getSurface (void) { return m_surface; } in getSurface() function in tcu::lnx::wayland::Window
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | benchmark.js | 3 function getSurface(CanvasKit, webglversion) { function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.h | 58 EGLSurface getSurface() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.h | 60 EGLSurface getSurface() const;
|