Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathProcessor.cpp122 b->add32((fFillType << 16) | this->atlasProxy()->origin()); in getGLSLProcessorKey()
201 if (kTopLeft_GrSurfaceOrigin == proc.atlasProxy()->origin()) { in onEmitCode()
204 SkASSERT(kBottomLeft_GrSurfaceOrigin == proc.atlasProxy()->origin()); in onEmitCode()
DGrCCPathProcessor.h64 const GrSurfaceProxy* atlasProxy() const { return fAtlasAccess.proxy(); } in atlasProxy() function
/external/skia/src/gpu/ccpr/
DGrCCPathProcessor.cpp122 b->add32((fFillType << 16) | this->atlasProxy()->origin()); in getGLSLProcessorKey()
203 if (kTopLeft_GrSurfaceOrigin == proc.atlasProxy()->origin()) { in onEmitCode()
206 SkASSERT(kBottomLeft_GrSurfaceOrigin == proc.atlasProxy()->origin()); in onEmitCode()
DGrCCPathProcessor.h64 const GrSurfaceProxy* atlasProxy() const { return fAtlasAccess.proxy(); } in atlasProxy() function
/external/skia/tests/
DOnFlushCallbackTest.cpp424 sk_sp<GrTextureProxy> atlasProxy) { in make_upstream_image() argument
438 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); in make_upstream_image()