Searched refs:DevFourCC (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp330 MetaDataBlocks stored in the texture, organised by DevFourCC
390 //Read the DevFourCC and advance the pointer offset.
391 PVRTuint32 DevFourCC=*(PVRTuint32*)((PVRTuint8*)pointer+PVRTEX3_HEADERSIZE+metaDataSize); local
392 metaDataSize+=sizeof(DevFourCC);
403 MetaDataBlock& currentMetaData = (*pMetaData)[DevFourCC][u32Key];
406 currentMetaData.DevFOURCC=DevFourCC;
1028 MetaDataBlocks stored in the texture, organised by DevFourCC
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp733 MetaDataBlocks stored in the texture, organised by DevFourCC
790 //Read the DevFourCC and advance the pointer offset.
791 PVRTuint32 DevFourCC=*(PVRTuint32*)((PVRTuint8*)pointer+PVRTEX3_HEADERSIZE+metaDataSize); local
792 metaDataSize+=sizeof(DevFourCC);
803 MetaDataBlock& currentMetaData = (*pMetaData)[DevFourCC][u32Key];
806 currentMetaData.DevFOURCC=DevFourCC;
1401 MetaDataBlocks stored in the texture, organised by DevFourCC

Completed in 408 milliseconds