Home
last modified time | relevance | path

Searched refs:compressedTexturePVRTCsRGB (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DCaps.h278 bool compressedTexturePVRTCsRGB = false; member
DCaps.cpp896 compressedTexturePVRTCsRGB = DeterminePVRTCsRGBTextureSupport(textureCaps); in setTextureExtensionSupport()
968 map["GL_EXT_pvrtc_sRGB"] = enableableExtension(&Extensions::compressedTexturePVRTCsRGB); in GetExtensionInfoMap()
Dformatutils.cpp1169 …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()
DvalidationES2.cpp621 if (context->getExtensions().compressedTexturePVRTCsRGB) in ValidateES2CopyTexImageParameters()
1375 if (context->getExtensions().compressedTexturePVRTCsRGB) in ValidateES2TexImageParametersBase()
1843 if (!context->getExtensions().compressedTexturePVRTCsRGB) in ValidateES2TexStorageParametersBase()
DContext.cpp3596 mSupportedExtensions.compressedTexturePVRTCsRGB = false; in initCaps()