Searched refs:fTexturable (Results 1 – 4 of 4) sorted by relevance
102 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
55 return fOptions.fCompressedOptions[(int)compression].fTexturable; in isFormatTexturable()59 return fOptions.fConfigOptions[index].fTexturable; in isFormatTexturable()
33 mockOptions.fConfigOptions[(int)GrColorType::kAlpha_8].fTexturable = true; in make_mock_context()
256 mockOptions.fConfigOptions[(int)GrColorType::kAlpha_F16].fTexturable = true;