Home
last modified time | relevance | path

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

/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/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.cpp29 DrawAtlasPathShader(const GrTextureProxy* atlasProxy, GrSwizzle swizzle, bool usesLocalCoords) in DrawAtlasPathShader() argument
31 , fAtlasAccess(GrSamplerState::Filter::kNearest, atlasProxy->backendFormat(), swizzle) in DrawAtlasPathShader()
32 , fAtlasDimensions(atlasProxy->backingStoreDimensions()) in DrawAtlasPathShader()
DGrDrawAtlasPathOp.h18 GrDrawAtlasPathOp(int numRenderTargetSamples, sk_sp<GrTextureProxy> atlasProxy, in GrDrawAtlasPathOp() argument
23 , fAtlasProxy(std::move(atlasProxy)) in GrDrawAtlasPathOp()
/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()