Home
last modified time | relevance | path

Searched refs:bLittleEndian (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGlobal.h288 static bool bLittleEndian; in PVRTIsLittleEndian() local
295 bLittleEndian = byte[0] ? true : false; in PVRTIsLittleEndian()
299 return bLittleEndian; in PVRTIsLittleEndian()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp682 bool bLittleEndian = byte[0] ? true : false; in PVRShellWriteBMPFile() local
720 if(!bLittleEndian) in PVRShellWriteBMPFile()