Home
last modified time | relevance | path

Searched refs:copyProxy (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp61 sk_sp<GrTextureProxy> copyProxy, int baseInstance, in Make() argument
65 return pool->allocate<CopyAtlasOp>(std::move(resources), std::move(copyProxy), in Make()
/external/skia/tests/
DImageTest.cpp428 GrTextureProxy* copyProxy = sk_gpu_test::GetTextureImageProxy(texImage.get(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
430 SkASSERT(copyProxy); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
438 shouldBeMipped == (copyProxy->mipmapped() == GrMipmapped::kYes)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
443 if (origProxy->underlyingUniqueID() != copyProxy->underlyingUniqueID()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DImageTest.cpp435 GrSurfaceProxy* copyProxy = as_IB(texImage)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
437 if (origProxy->underlyingUniqueID() != copyProxy->underlyingUniqueID()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()