Searched refs:i32Size (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTResourceFile.h56 @param[in] i32Size The size of the data
58 CPVRTResourceFile(const char* pData, size_t i32Size);
H A DPVRTResourceFile.cpp142 @Input i32Size The size of the data
145 CPVRTResourceFile::CPVRTResourceFile(const char* pData, size_t i32Size) : argument
148 m_Size(i32Size),
H A DPVRTModelPOD.cpp329 bool ReadArray32(T* pn, const unsigned int i32Size) argument
334 for(unsigned int i = 0; i < i32Size; ++i)
349 bool ReadArray16(unsigned short* pn, unsigned int i32Size) argument
353 for(unsigned int i = 0; i < i32Size; ++i)
392 bool Init(const char * const pData, const size_t i32Size);
438 @Input i32Size Size of the data (in bytes)
442 bool CSourceStream::Init(const char * pData, size_t i32Size) argument
447 m_pFile = new CPVRTResourceFile(pData, i32Size);
689 @Input i32Size
691 @Description Write i32Size n
1899 ReadFromMemory( const char * pData, const size_t i32Size, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
[all...]
H A DPVRTModelPOD.h349 @param[in] i32Size Size of data
358 const size_t i32Size,

Completed in 189 milliseconds