Searched refs:compressedTexturePVRTCsRGB (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | Caps.h | 278 bool compressedTexturePVRTCsRGB = false; member
|
D | Caps.cpp | 896 compressedTexturePVRTCsRGB = DeterminePVRTCsRGBTextureSupport(textureCaps); in setTextureExtensionSupport() 968 map["GL_EXT_pvrtc_sRGB"] = enableableExtension(&Extensions::compressedTexturePVRTCsRGB); in GetExtensionInfoMap()
|
D | formatutils.cpp | 1169 …T, 8, 4, 1, 64, 3, true, RequireExt<&Extensions::compressedTexturePVRTCsRGB>, Alw… in BuildInternalFormatInfoMap() 1170 …T, 4, 4, 1, 64, 3, true, RequireExt<&Extensions::compressedTexturePVRTCsRGB>, Alw… in BuildInternalFormatInfoMap() 1171 …PV1_EXT, 8, 4, 1, 64, 4, true, RequireExt<&Extensions::compressedTexturePVRTCsRGB>, Alw… in BuildInternalFormatInfoMap() 1172 …PV1_EXT, 4, 4, 1, 64, 4, true, RequireExt<&Extensions::compressedTexturePVRTCsRGB>, Alw… in BuildInternalFormatInfoMap()
|
D | validationES2.cpp | 621 if (context->getExtensions().compressedTexturePVRTCsRGB) in ValidateES2CopyTexImageParameters() 1375 if (context->getExtensions().compressedTexturePVRTCsRGB) in ValidateES2TexImageParametersBase() 1843 if (!context->getExtensions().compressedTexturePVRTCsRGB) in ValidateES2TexStorageParametersBase()
|
D | Context.cpp | 3596 mSupportedExtensions.compressedTexturePVRTCsRGB = false; in initCaps()
|