Home
last modified time | relevance | path

Searched refs:pDataCursor (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp30 bool MetaDataBlock::ReadFromPtr(const unsigned char** pDataCursor) in ReadFromPtr() argument
32 memcpy(&DevFOURCC, *pDataCursor, sizeof(PVRTuint32)); *pDataCursor += sizeof(PVRTuint32); in ReadFromPtr()
33 memcpy(&u32Key, *pDataCursor, sizeof(PVRTuint32)); *pDataCursor += sizeof(PVRTuint32); in ReadFromPtr()
34 memcpy(&u32DataSize, *pDataCursor, sizeof(PVRTuint32)); *pDataCursor += sizeof(PVRTuint32); in ReadFromPtr()
38 memcpy(Data, *pDataCursor, u32DataSize); in ReadFromPtr()
39 *pDataCursor += u32DataSize; in ReadFromPtr()
DPVRTPrint3D.h302 bool ReadMetaBlock(const PVRTuint8** pDataCursor);
DPVRTPrint3D.cpp149 bool CPVRTPrint3D::ReadMetaBlock(const PVRTuint8** pDataCursor) in ReadMetaBlock() argument
156 if(!block.ReadFromPtr(pDataCursor)) in ReadMetaBlock()
DPVRTTexture.h231 bool ReadFromPtr(const unsigned char** pDataCursor);