Searched refs:compressedTexturePVRTC (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | Caps.h | 275 bool compressedTexturePVRTC = false; member
|
D | Caps.cpp | 895 compressedTexturePVRTC = DeterminePVRTCTextureSupport(textureCaps); in setTextureExtensionSupport() 967 …map["GL_IMG_texture_compression_pvrtc"] = enableableExtension(&Extensions::compressedTexturePVRTC); in GetExtensionInfoMap()
|
D | formatutils.cpp | 1162 …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()
|
D | validationES2.cpp | 610 if (context->getExtensions().compressedTexturePVRTC) in ValidateES2CopyTexImageParameters() 1364 if (context->getExtensions().compressedTexturePVRTC) in ValidateES2TexImageParametersBase() 1833 if (!context->getExtensions().compressedTexturePVRTC) in ValidateES2TexStorageParametersBase()
|
D | Context.cpp | 3595 mSupportedExtensions.compressedTexturePVRTC = false; in initCaps()
|