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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTUnicode.h 38 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32);
55 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16);
PVRTUnicode.cpp 174 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32)
176 const PVRTuint16* pC = pUTF16;
273 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16)
275 const PVRTuint16* pC = pUTF16;
PVRTGlobal.h 155 typedef unsigned short PVRTuint16;
181 PVRTSIZEASSERT(PVRTuint16, 2);
PVRTPrint3D.h 397 PVRTuint16 nAdv; /*!< Character width */
PVRTPrint3D.cpp 582 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)s_Text, m_CachedUTF32);
799 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)pszUnicode, m_CachedUTF32);
    [all...]
PVRTModelPOD.cpp     [all...]

Completed in 215 milliseconds