/external/angle/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 | 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 | 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 | 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()
|
/external/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
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | FastPathSurfaceView.java | 49 Surface surface = holder.getSurface(); in surfaceChanged() 81 Surface surface = getHolder().getSurface(); in setRectColor()
|
/external/angle/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 | 65 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 134 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 202 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() 248 EGLSurface surface = eglWindow->getSurface(); in TEST_P() 305 EGLSurface surface = eglWindow->getSurface(); in TEST_P()
|
/external/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()
|
/external/skqp/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()
|
/external/angle/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 | 55 EGLSurface getSurface() const;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSurfaceView.java | 95 public Surface getSurface() { in getSurface() method in ShadowSurfaceView.FakeSurfaceHolder
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 91 void* getSurface (void) { return m_surface; } in getSurface() function in tcu::lnx::wayland::Window
|
/external/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | MainActivity.java | 61 Surface surfaceSurface = Surface.createThreadedSurface(holder.getSurface()); in surfaceCreated()
|
D | RuntimeShaderActivity.java | 140 mRenderThread = new RuntimeShaderRenderThread(holder.getSurface());; in surfaceChanged()
|
/external/angle/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 332 newSurface = drawSurfaceEGL->getSurface(); in makeCurrent() 355 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->getSurface() == EGL_NO_SURFACE); in makeCurrent() 365 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->getSurface() == EGL_NO_SURFACE); in makeCurrent()
|
/external/skia/tools/perf-canvaskit-puppeteer/ |
D | benchmark.js | 3 function getSurface(CanvasKit, webglversion) { function
|
/external/skia/gm/ |
D | yuv420_odd_dim.cpp | 68 if (auto origSurface = canvas->getSurface()) {
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.h | 60 EGLSurface getSurface() const;
|
/external/angle/samples/post_sub_buffer/ |
D | PostSubBuffer.cpp | 131 EGLSurface surface = getSurface(); in swap()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.hpp | 69 const vk::VkSurfaceKHR getSurface (void) const { return *m_surface; } in getSurface() function in vkt::ProtectedMem::ProtectedContext
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | SurfaceEglRenderer.java | 111 createEglSurface(holder.getSurface()); in surfaceCreated()
|
/external/skia/bench/ |
D | ImageCycleBench.cpp | 78 if (auto surf = canvas->getSurface()) { in onDraw()
|