Home
last modified time | relevance | path

Searched refs:blitTexture (Results 1 – 6 of 6) sorted by relevance

/external/skia/gm/
Dclear_swizzle.cpp77 sfc->blitTexture(offscreen->readSurfaceView(),
85 sfc->blitTexture(offscreen->readSurfaceView(),
/external/skia/src/gpu/ganesh/
DSurfaceFillContext.h127 bool blitTexture(GrSurfaceProxyView,
DSurfaceFillContext.cpp115 bool SurfaceFillContext::blitTexture(GrSurfaceProxyView view, in blitTexture() function in skgpu::ganesh::SurfaceFillContext
DGrSurfaceProxy.cpp348 if (dstContext && dstContext->blitTexture(std::move(view), srcRect, dstPoint)) { in Copy()
DDevice.cpp1330 SkAssertResult(sdc->blitTexture(fSurfaceDrawContext->readSurfaceView(), in replaceBackingProxy()
/external/skia/tests/
DCopySurfaceTest.cpp128 result = dstContext->asFillContext()->blitTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()