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

  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.h 39 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrTextureMaker.h 19 enum class AllowedTexGenType : bool { kCheap, kAny };
37 * If "genType" argument equals AllowedTexGenType::kCheap and the texture is not trivial to
GrBackendTextureImageGenerator.h 43 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrBitmapTextureMaker.cpp 36 if (AllowedTexGenType::kCheap == onlyIfFast) {
GrTextureMaker.cpp 33 AllowedTexGenType::kCheap));
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.h 39 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrTextureMaker.h 19 enum class AllowedTexGenType : bool { kCheap, kAny };
49 * If "genType" argument equals AllowedTexGenType::kCheap and the texture is not trivial to
GrBackendTextureImageGenerator.h 43 TexGenType onCanGenerateTexture() const override { return TexGenType::kCheap; }
GrBitmapTextureMaker.cpp 36 if (AllowedTexGenType::kCheap == onlyIfFast) {
GrTextureMaker.cpp 33 AllowedTexGenType::kCheap));
  /external/skia/include/core/
SkImageGenerator.h 188 kCheap, //onGenerateTexture is implemented and it is fast (does not render offscreen)
  /external/skqp/include/core/
SkImageGenerator.h 188 kCheap, //onGenerateTexture is implemented and it is fast (does not render offscreen)
  /external/skia/src/image/
SkImage_Lazy.cpp 790 if (GrTextureMaker::AllowedTexGenType::kCheap == genType &&
791 SkImageGenerator::TexGenType::kCheap != generator->onCanGenerateTexture()) {
    [all...]
  /external/skqp/src/image/
SkImage_Lazy.cpp 790 if (GrTextureMaker::AllowedTexGenType::kCheap == genType &&
791 SkImageGenerator::TexGenType::kCheap != generator->onCanGenerateTexture()) {
    [all...]

Completed in 330 milliseconds