HomeSort by relevance Sort by last modified time
    Searched refs:u32Key (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.h 148 PVRTuint32 u32Key; ///< A DWORD (enum value) identifying the data type, and thus how to read it.
156 MetaDataBlock() : DevFOURCC(0), u32Key(0), u32DataSize(0), Data(NULL)
163 MetaDataBlock(const MetaDataBlock& rhs) : DevFOURCC(rhs.DevFOURCC), u32Key(rhs.u32Key), u32DataSize(rhs.u32DataSize)
191 return sizeof(DevFOURCC)+sizeof(u32Key)+sizeof(u32DataSize)+u32DataSize;
210 u32Key=rhs.u32Key;
PVRTTexture.cpp 33 memcpy(&u32Key, *pDataCursor, sizeof(PVRTuint32)); *pDataCursor += sizeof(PVRTuint32);
458 mbBumpData.u32Key=ePVRTMetaDataBumpData;
489 mbTexOrientation.u32Key=ePVRTMetaDataTextureOrientation;
    [all...]
PVRTPrint3D.cpp 161 switch(block.u32Key)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTTextureAPI.cpp 395 PVRTuint32 u32Key=*(PVRTuint32*)((PVRTuint8*)pointer+PVRTEX3_HEADERSIZE+metaDataSize);
396 metaDataSize+=sizeof(u32Key);
403 MetaDataBlock& currentMetaData = (*pMetaData)[DevFourCC][u32Key];
407 currentMetaData.u32Key=u32Key;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTTextureAPI.cpp 795 PVRTuint32 u32Key=*(PVRTuint32*)((PVRTuint8*)pointer+PVRTEX3_HEADERSIZE+metaDataSize);
796 metaDataSize+=sizeof(u32Key);
803 MetaDataBlock& currentMetaData = (*pMetaData)[DevFourCC][u32Key];
807 currentMetaData.u32Key=u32Key;
    [all...]

Completed in 184 milliseconds