Home
last modified time | relevance | path

Searched defs:dstSurface (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrOpFlushState.cpp79 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload() local
DGrContext.cpp417 GrSurface* dstSurface = dstProxy->peekSurface(); in writeSurfacePixels() local
/external/skia/src/gpu/
DGrOpFlushState.cpp92 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload() local
DGrContextPriv.cpp512 GrSurface* dstSurface = dstProxy->peekSurface(); in writeSurfacePixels() local
/external/swiftshader/src/Vulkan/
DVkImage.cpp465 sw::Surface* dstSurface = Cast(dstImage)->asSurface(dstFlags, region.dstSubresource.mipLevel, 0); in blit() local
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp540 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
679 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
907 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp543 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
682 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
911 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2048 …est::renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface) in renderWithContext()