Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp384 inline void GrCCDrawPathsOp::recordInstance(GrTextureProxy* atlasProxy, int instanceIdx) { in recordInstance() argument
386 fInstanceRanges.push_back({atlasProxy, instanceIdx}); in recordInstance()
389 if (fInstanceRanges.back().fAtlasProxy != atlasProxy) { in recordInstance()
391 fInstanceRanges.push_back({atlasProxy, instanceIdx}); in recordInstance()
419 GrTextureProxy* atlasProxy = range.fAtlasProxy; in onExecute() local
420 fixedDynamicState.fPrimitiveProcessorTextures = &atlasProxy; in onExecute()
DGrCCDrawPathsOp.h84 void recordInstance(GrTextureProxy* atlasProxy, int instanceIdx);
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp381 inline void GrCCDrawPathsOp::recordInstance(GrTextureProxy* atlasProxy, int instanceIdx) { in recordInstance() argument
383 fInstanceRanges.push_back({atlasProxy, instanceIdx}); in recordInstance()
386 if (fInstanceRanges.back().fAtlasProxy != atlasProxy) { in recordInstance()
388 fInstanceRanges.push_back({atlasProxy, instanceIdx}); in recordInstance()
416 GrTextureProxy* atlasProxy = range.fAtlasProxy; in onExecute() local
417 fixedDynamicState.fPrimitiveProcessorTextures = &atlasProxy; in onExecute()
DGrCCDrawPathsOp.h81 void recordInstance(GrTextureProxy* atlasProxy, int instanceIdx);
/external/skqp/tests/
DOnFlushCallbackTest.cpp431 sk_sp<GrTextureProxy> atlasProxy) { in make_upstream_image() argument
448 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); in make_upstream_image()
/external/skia/tests/
DOnFlushCallbackTest.cpp435 sk_sp<GrTextureProxy> atlasProxy) { in make_upstream_image() argument
452 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); in make_upstream_image()