Searched refs:AllowedTexGenType (Results 1 – 8 of 8) sorted by relevance
33 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()59 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()60 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
19 enum class AllowedTexGenType : bool { kCheap, kAny }; enum41 AllowedTexGenType genType) = 0;
27 AllowedTexGenType::kCheap)); in onRefTextureProxyForParams()46 return this->refOriginalTextureProxy(willBeMipped, AllowedTexGenType::kAny); in onRefTextureProxyForParams()71 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
29 AllowedTexGenType onlyIfFast) override;55 AllowedTexGenType onlyIfFast) override;
38 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()39 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
24 AllowedTexGenType onlyIfFast) override;
69 GrTextureMaker::AllowedTexGenType genType) const;
428 GrTextureMaker::AllowedTexGenType genType) const { in lockTextureProxy()469 if (GrTextureMaker::AllowedTexGenType::kCheap == genType && in lockTextureProxy()