Home
last modified time | relevance | path

Searched refs:AllowedTexGenType (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrImageTextureMaker.cpp33 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
59 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
60 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
DGrTextureMaker.h19 enum class AllowedTexGenType : bool { kCheap, kAny }; enum
41 AllowedTexGenType genType) = 0;
DGrTextureMaker.cpp27 AllowedTexGenType::kCheap)); in onRefTextureProxyForParams()
46 return this->refOriginalTextureProxy(willBeMipped, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
71 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
DGrImageTextureMaker.h29 AllowedTexGenType onlyIfFast) override;
55 AllowedTexGenType onlyIfFast) override;
DGrBitmapTextureMaker.cpp38 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
39 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
DGrBitmapTextureMaker.h24 AllowedTexGenType onlyIfFast) override;
/third_party/flutter/skia/src/image/
DSkImage_Lazy.h69 GrTextureMaker::AllowedTexGenType genType) const;
DSkImage_Lazy.cpp428 GrTextureMaker::AllowedTexGenType genType) const { in lockTextureProxy()
469 if (GrTextureMaker::AllowedTexGenType::kCheap == genType && in lockTextureProxy()