Home
last modified time | relevance | path

Searched refs:fTexturable (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/mock/
DGrMockTypes.h102 fConfigOptions[(int)GrColorType::kRGBA_8888].fTexturable = true; in GrMockOptions()
103 fConfigOptions[(int)GrColorType::kAlpha_8].fTexturable = true; in GrMockOptions()
104 fConfigOptions[(int)GrColorType::kBGR_565].fTexturable = true; in GrMockOptions()
108 fCompressedOptions[(int)SkImage::CompressionType::kETC2_RGB8_UNORM].fTexturable = true; in GrMockOptions()
109 fCompressedOptions[(int)SkImage::CompressionType::kBC1_RGB8_UNORM].fTexturable = true; in GrMockOptions()
110 fCompressedOptions[(int)SkImage::CompressionType::kBC1_RGBA8_UNORM].fTexturable = true; in GrMockOptions()
116 bool fTexturable = false; member
/external/skia/src/gpu/ganesh/mock/
DGrMockCaps.h55 return fOptions.fCompressedOptions[(int)compression].fTexturable; in isFormatTexturable()
59 return fOptions.fConfigOptions[index].fTexturable; in isFormatTexturable()
/external/skia/bench/
DTessellateBench.cpp33 mockOptions.fConfigOptions[(int)GrColorType::kAlpha_8].fTexturable = true; in make_mock_context()
/external/skia/tests/
DLazyProxyTest.cpp256 mockOptions.fConfigOptions[(int)GrColorType::kAlpha_F16].fTexturable = true;