Searched refs:atlasProxy (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 384 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()
|
D | GrCCDrawPathsOp.h | 84 void recordInstance(GrTextureProxy* atlasProxy, int instanceIdx);
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 381 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()
|
D | GrCCDrawPathsOp.h | 81 void recordInstance(GrTextureProxy* atlasProxy, int instanceIdx);
|
/external/skqp/tests/ |
D | OnFlushCallbackTest.cpp | 431 sk_sp<GrTextureProxy> atlasProxy) { in make_upstream_image() argument 448 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); in make_upstream_image()
|
/external/skia/tests/ |
D | OnFlushCallbackTest.cpp | 435 sk_sp<GrTextureProxy> atlasProxy) { in make_upstream_image() argument 452 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); in make_upstream_image()
|