Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrImageTextureMaker.cpp25 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
56 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
57 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
DGrTextureMaker.h19 enum class AllowedTexGenType : bool { kCheap, kAny }; enum
40 AllowedTexGenType genType) = 0;
DGrTextureMaker.cpp27 AllowedTexGenType::kCheap)); in onRefTextureProxyForParams()
46 return this->refOriginalTextureProxy(willBeMipped, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
70 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
DGrImageTextureMaker.h28 AllowedTexGenType onlyIfFast) override;
54 AllowedTexGenType onlyIfFast) override;
DGrBitmapTextureMaker.cpp34 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
35 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
DGrBitmapTextureMaker.h23 AllowedTexGenType onlyIfFast) override;
/external/skia/src/gpu/
DGrTextureMaker.h19 enum class AllowedTexGenType : bool { kCheap, kAny }; enum
41 AllowedTexGenType genType) = 0;
DGrImageTextureMaker.cpp26 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
58 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
59 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
DGrTextureMaker.cpp27 AllowedTexGenType::kCheap)); in onRefTextureProxyForParams()
46 return this->refOriginalTextureProxy(willBeMipped, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
70 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
DGrImageTextureMaker.h29 AllowedTexGenType onlyIfFast) override;
55 AllowedTexGenType onlyIfFast) override;
DGrBitmapTextureMaker.cpp35 AllowedTexGenType onlyIfFast) { in refOriginalTextureProxy()
36 if (AllowedTexGenType::kCheap == onlyIfFast) { in refOriginalTextureProxy()
DGrBitmapTextureMaker.h24 AllowedTexGenType onlyIfFast) override;
/external/skqp/src/image/
DSkImage_Lazy.h71 GrTextureMaker::AllowedTexGenType genType) const;
DSkImage_Lazy.cpp370 GrTextureMaker::AllowedTexGenType genType) const { in lockTextureProxy()
410 if (GrTextureMaker::AllowedTexGenType::kCheap == genType && in lockTextureProxy()
/external/skia/src/image/
DSkImage_Lazy.h72 GrTextureMaker::AllowedTexGenType genType) const;
DSkImage_Lazy.cpp373 GrTextureMaker::AllowedTexGenType genType) const { in lockTextureProxy()
413 if (GrTextureMaker::AllowedTexGenType::kCheap == genType && in lockTextureProxy()