Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.cpp292 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, int width, int height, in getWritePixelsInfo()
DGrTest.cpp305 bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo()
/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/skia/src/gpu/vk/
DGrVkGpu.cpp239 bool GrVkGpu::onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp721 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()