/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSyncTest.cpp | 57 EGLSurface readSurface = eglGetCurrentSurface(EGL_READ); in TEST_P() local 61 EXPECT_NE(readSurface, EGL_NO_SURFACE); in TEST_P() 99 eglMakeCurrent(display, drawSurface, readSurface, context); in TEST_P() 137 EGLSurface readSurface = eglGetCurrentSurface(EGL_READ); in TEST_P() local 141 EXPECT_NE(readSurface, EGL_NO_SURFACE); in TEST_P() 150 eglMakeCurrent(display, drawSurface, readSurface, context); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 253 IDirect3DSurface9 *readSurface = readRenderTarget->getSurface(); in blitImpl() local 254 ASSERT(readSurface); in blitImpl() 344 device->StretchRect(readSurface, &srcRect, drawSurface, &dstRect, D3DTEXF_NONE); in blitImpl() 346 SafeRelease(readSurface); in blitImpl() 371 IDirect3DSurface9 *readSurface = readDepthStencil->getSurface(); in blitImpl() local 378 device->StretchRect(readSurface, nullptr, drawSurface, nullptr, D3DTEXF_NONE); in blitImpl() 380 SafeRelease(readSurface); in blitImpl()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 57 if(current->readSurface) in releaseCurrent() 59 current->readSurface->release(); in releaseCurrent() 86 current->readSurface = nullptr; in attachThread() 301 if(current->readSurface) in setCurrentReadSurface() 303 current->readSurface->release(); in setCurrentReadSurface() 306 current->readSurface = surface; in setCurrentReadSurface() 313 return current->readSurface; in getCurrentReadSurface()
|
H A D | main.h | 39 Surface *readSurface; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.cpp | 245 egl::Surface *readSurface, in makeCurrent() 405 egl::Surface *readSurface = context->getCurrentReadSurface(); in waitNative() local 413 if (readSurface != nullptr) in waitNative() 415 SurfaceD3D *readSurfaceD3D = GetImplAs<SurfaceD3D>(readSurface); in waitNative() 243 makeCurrent(egl::Display *display, egl::Surface *drawSurface, egl::Surface *readSurface, gl::Context *context) makeCurrent() argument
|
H A D | DisplayD3D.h | 67 egl::Surface *readSurface,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 406 tcu::ConstPixelBufferAccess renderedFrame = m_depthStencilImage->readSurface(queue, m_context.getDefaultAllocator(), vk::VK_IMAGE_LAYOUT_GENERAL, zeroOffset, WIDTH, HEIGHT, vk::VK_IMAGE_ASPECT_STENCIL_BIT); in verifyResults() 461 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults() 497 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults() 530 const tcu::ConstPixelBufferAccess renderedFrame = m_depthStencilImage->readSurface(queue, m_context.getDefaultAllocator(), vk::VK_IMAGE_LAYOUT_GENERAL, zeroOffset, WIDTH, HEIGHT, vk::VK_IMAGE_ASPECT_DEPTH_BIT); in verifyResults() 565 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults() 600 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults()
|
H A D | vktDynamicStateGeneralTests.cpp | 153 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 273 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 425 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 405 tcu::ConstPixelBufferAccess renderedFrame = m_depthStencilImage->readSurface(queue, m_context.getDefaultAllocator(), vk::VK_IMAGE_LAYOUT_GENERAL, zeroOffset, WIDTH, HEIGHT, vk::VK_IMAGE_ASPECT_STENCIL_BIT); in verifyResults() 449 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults() 485 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults() 518 const tcu::ConstPixelBufferAccess renderedFrame = m_depthStencilImage->readSurface(queue, m_context.getDefaultAllocator(), vk::VK_IMAGE_LAYOUT_GENERAL, zeroOffset, WIDTH, HEIGHT, vk::VK_IMAGE_ASPECT_DEPTH_BIT); in verifyResults() 553 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults() 588 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in verifyResults()
|
H A D | vktDynamicStateGeneralTests.cpp | 151 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 271 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 423 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 397 egl::Surface *readSurface, in makeCurrent() 421 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent() 805 egl::Surface *readSurface = context->getCurrentReadSurface(); in waitNative() local 812 if (readSurface != drawSurface && readSurface != nullptr) in waitNative() 814 SurfaceGLX *glxReadSurface = GetImplAs<SurfaceGLX>(readSurface); in waitNative() 395 makeCurrent(egl::Display *display, egl::Surface *drawSurface, egl::Surface *readSurface, gl::Context *context) makeCurrent() argument
|
H A D | DisplayGLX.h | 40 egl::Surface *readSurface,
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglResizeTests.cpp | 306 Surface readSurface (const glw::Functions& gl, IVec2 size) in readSurface() function 405 const Surface oldSurface = readSurface(m_gl, oldEglSize); in iterate() 414 const Surface newSurface = readSurface(m_gl, newEglSize); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.h | 202 Framebuffer(const Context *context, egl::Surface *surface, egl::Surface *readSurface); 204 Framebuffer(const Context *context, rx::GLImplFactory *factory, egl::Surface *readSurface); 209 void setReadSurface(const Context *context, egl::Surface *readSurface);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DisplayGL.h | 54 egl::Surface *readSurface,
|
H A D | DisplayGL.cpp | 114 egl::Surface *readSurface, in makeCurrent() 112 makeCurrent(egl::Display *display, egl::Surface *drawSurface, egl::Surface *readSurface, gl::Context *context) makeCurrent() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.h | 33 egl::Surface *readSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | DisplayCGL.h | 52 egl::Surface *readSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | DisplayImpl.h | 76 egl::Surface *readSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.h | 71 egl::Surface *readSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | DisplayVk.h | 73 egl::Surface *readSurface,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSimpleTest.cpp | 214 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 365 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawIndexedTest.cpp | 253 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 378 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate()
|
H A D | vktDrawSimpleTest.cpp | 214 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate() 365 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_stubs.cpp | 463 Surface *readSurface, in MakeCurrent() 475 if (previousDraw != drawSurface || previousRead != readSurface || previousContext != context) in MakeCurrent() 479 display->makeCurrent(thread, previousContext, drawSurface, readSurface, context), in MakeCurrent() 460 MakeCurrent(Thread *thread, Display *display, Surface *drawSurface, Surface *readSurface, gl::Context *context) MakeCurrent() argument
|