Home
last modified time | relevance | path

Searched defs:lpBuffer (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp312 bool ReadAfterAlloc(T* &lpBuffer, const unsigned int dwNumberOfBytesToRead) in ReadAfterAlloc()
320 bool ReadAfterAlloc32(T* &lpBuffer, const unsigned int dwNumberOfBytesToRead) in ReadAfterAlloc32()
341 bool ReadAfterAlloc16(T* &lpBuffer, const unsigned int dwNumberOfBytesToRead) in ReadAfterAlloc16()
464 bool CSourceStream::Read(void* lpBuffer, const unsigned int dwNumberOfBytesToRead) in Read()
545 bool CSourceResource::Read(void* lpBuffer, const unsigned int dwNumberOfBytesToRead) in Read()
579 static bool WriteFileSafe(FILE *pFile, const void * const lpBuffer, const unsigned int nNumberOfByt… in WriteFileSafe()
589 static bool WriteFileSafe16(FILE *pFile, const unsigned short * const lpBuffer, const unsigned int … in WriteFileSafe16()
609 static bool WriteFileSafe32(FILE *pFile, const unsigned int * const lpBuffer, const unsigned int nS… in WriteFileSafe32()