HomeSort by relevance Sort by last modified time
    Searched refs:kCheap (Results 1 - 16 of 16) sorted by null

  /external/skia/src/gpu/
GrTextureMaker.h 19 enum class AllowedTexGenType : bool { kCheap, kAny };
36 * If "genType" argument equals AllowedTexGenType::kCheap and the texture is not trivial to
GrAHardwareBufferImageGenerator.h 44 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrBackendTextureImageGenerator.h 42 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrBitmapTextureMaker.cpp 36 if (AllowedTexGenType::kCheap == onlyIfFast) {
GrImageTextureMaker.cpp 59 if (AllowedTexGenType::kCheap == onlyIfFast) {
GrTextureMaker.cpp 27 AllowedTexGenType::kCheap));
  /external/skqp/src/gpu/
GrTextureMaker.h 19 enum class AllowedTexGenType : bool { kCheap, kAny };
35 * If "genType" argument equals AllowedTexGenType::kCheap and the texture is not trivial to
GrAHardwareBufferImageGenerator.h 51 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrBackendTextureImageGenerator.h 42 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrBitmapTextureMaker.cpp 35 if (AllowedTexGenType::kCheap == onlyIfFast) {
GrImageTextureMaker.cpp 57 if (AllowedTexGenType::kCheap == onlyIfFast) {
GrTextureMaker.cpp 27 AllowedTexGenType::kCheap));
  /external/skia/include/core/
SkImageGenerator.h 180 kCheap, //onGenerateTexture is implemented and it is fast (does not render offscreen)
  /external/skqp/include/core/
SkImageGenerator.h 181 kCheap, //onGenerateTexture is implemented and it is fast (does not render offscreen)