Home
last modified time | relevance | path

Searched refs:kDraw (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkGlyphBuffer.h207 SkDEBUGCODE(fPhase = kDraw); in drawable()
212 SkASSERT(fPhase == kProcess || fPhase == kDraw); in drawableIsEmpty()
237 kDraw enumerator
/third_party/skia/src/image/
H A DSkImage_Base.h98 GrImageTexGenPolicy policy = GrImageTexGenPolicy::kDraw) const;
174 // Utility for making a copy of an existing view when the GrImageTexGenPolicy is not kDraw.
H A DSkImage_Lazy.cpp430 if (texGenPolicy == GrImageTexGenPolicy::kDraw) { in lockTextureProxyView()
504 auto hint = texGenPolicy == GrImageTexGenPolicy::kDraw ? CachingHint::kAllow_CachingHint in lockTextureProxyView()
H A DSkImage_Raster.cpp427 if (policy != GrImageTexGenPolicy::kDraw) { in onAsView()
432 if (policy == GrImageTexGenPolicy::kDraw) { in onAsView()
H A DSkImage_Gpu.cpp835 if (policy != GrImageTexGenPolicy::kDraw) { in onAsView()
/third_party/skia/src/gpu/
H A DSkGr.h147 kDraw, member in GrImageTexGenPolicy
H A DGrBackendTextureImageGenerator.cpp219 if (texGenPolicy == GrImageTexGenPolicy::kDraw && origin.isZero() && in onGenerateTexture()
H A DGrAHardwareBufferImageGenerator.cpp197 if (texGenPolicy == GrImageTexGenPolicy::kDraw && origin.isZero() && in onGenerateTexture()
/third_party/skia/tests/
H A DGrMipMappedTest.cpp164 dContext, imageInfo, origin, requestMipmapped, GrImageTexGenPolicy::kDraw); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/gm/
H A Dimage_pict.cpp194 policy == GrImageTexGenPolicy::kDraw) {

Completed in 8 milliseconds