Home
last modified time | relevance | path

Searched refs:readSurface (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSyncTest.cpp57 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 DFramebuffer9.cpp253 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 Dmain.cpp57 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 Dmain.h39 Surface *readSurface; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp245 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 DDisplayD3D.h67 egl::Surface *readSurface,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp406 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 DvktDynamicStateGeneralTests.cpp153 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 DvktDynamicStateDiscardTests.cpp405 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 DvktDynamicStateGeneralTests.cpp151 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 DDisplayGLX.cpp397 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 DDisplayGLX.h40 egl::Surface *readSurface,
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp306 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 DFramebuffer.h202 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 DDisplayGL.h54 egl::Surface *readSurface,
H A DDisplayGL.cpp114 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 DDisplayNULL.h33 egl::Surface *readSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.h52 egl::Surface *readSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DDisplayImpl.h76 egl::Surface *readSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.h71 egl::Surface *readSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDisplayVk.h73 egl::Surface *readSurface,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp214 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 DvktDrawIndexedTest.cpp253 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 DvktDrawSimpleTest.cpp214 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 Degl_stubs.cpp463 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

Completed in 18 milliseconds

1234