Home
last modified time | relevance | path

Searched refs:getSurface (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.h30 virtual IDirect3DSurface9 *getSurface() const = 0;
56 IDirect3DSurface9 *getSurface() const override;
87 IDirect3DSurface9 *getSurface() const override;
DFramebuffer9.cpp95 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()
DRenderTarget9.cpp90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9
140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.h30 virtual IDirect3DSurface9 *getSurface() const = 0;
56 IDirect3DSurface9 *getSurface() const override;
87 IDirect3DSurface9 *getSurface() const override;
DFramebuffer9.cpp94 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()
DRenderTarget9.cpp90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9
140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
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()
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/
DWindow.hpp31 vk::SurfaceKHR getSurface();
46 vk::SurfaceKHR getSurface();
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/tests/egl_tests/
DEGLSyncTest.cpp250 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()
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()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLContextSharingTest.cpp63 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
132 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
214 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P()
DEGLDebugTest.cpp169 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/
DSampleApplication.cpp112 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication
114 return mEGLWindow->getSurface(); in getSurface()
DSampleApplication.h50 EGLSurface getSurface() const;
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java122 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/
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/
DSampleApplication.cpp175 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication
178 return mEGLWindow->getSurface(); in getSurface()
DSampleApplication.h57 EGLSurface getSurface() const;
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSurfaceRenderer.java69 mAndroidSurface = holder.getSurface(); in surfaceChanged()
/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/skia/tools/perf-canvaskit-puppeteer/
Dbenchmark.js3 function getSurface(CanvasKit, webglversion) { function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h58 EGLSurface getSurface() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h60 EGLSurface getSurface() const;

1234