Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h275 bool compressedTexturePVRTC = false; member
DCaps.cpp895 compressedTexturePVRTC = DeterminePVRTCTextureSupport(textureCaps); in setTextureExtensionSupport()
967 …map["GL_IMG_texture_compression_pvrtc"] = enableableExtension(&Extensions::compressedTexturePVRTC); in GetExtensionInfoMap()
Dformatutils.cpp1162 …PV1_IMG, 4, 4, 1, 64, 3, false, RequireExt<&Extensions::compressedTexturePVRTC>, Alway… in BuildInternalFormatInfoMap()
1163 …PV1_IMG, 8, 4, 1, 64, 3, false, RequireExt<&Extensions::compressedTexturePVRTC>, Alway… in BuildInternalFormatInfoMap()
1164 …PPV1_IMG, 4, 4, 1, 64, 4, false, RequireExt<&Extensions::compressedTexturePVRTC>, Alway… in BuildInternalFormatInfoMap()
1165 …PPV1_IMG, 8, 4, 1, 64, 4, false, RequireExt<&Extensions::compressedTexturePVRTC>, Alway… in BuildInternalFormatInfoMap()
DvalidationES2.cpp610 if (context->getExtensions().compressedTexturePVRTC) in ValidateES2CopyTexImageParameters()
1364 if (context->getExtensions().compressedTexturePVRTC) in ValidateES2TexImageParametersBase()
1833 if (!context->getExtensions().compressedTexturePVRTC) in ValidateES2TexStorageParametersBase()
DContext.cpp3595 mSupportedExtensions.compressedTexturePVRTC = false; in initCaps()