Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockGpu.h30 bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo()
/external/skia/src/gpu/mtl/
DGrMtlGpu.h32 bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo()
/external/skia/src/gpu/
DGrGpu.cpp297 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, int width, int height, in getWritePixelsInfo()
DGrContext.cpp335 GrSurface* dstSurface = dst->asSurfaceProxy()->priv().peekSurface(); in writeSurfacePixels() 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/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/skia/src/gpu/vk/
DGrVkGpu.cpp332 bool GrVkGpu::onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp670 bool GrGLGpu::onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2048 …est::renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface) in renderWithContext()