Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp546 … fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...) in Print3D() argument
561 va_start(args, pszFormat); in Print3D()
562 vswprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()
565 wcscpy(s_Text, pszFormat); in Print3D()
616 …oat fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...) in Print3D() argument
626 va_start(args, pszFormat); in Print3D()
627 vsnprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()
DPVRTPrint3D.h178 …at fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...);
193 …fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...);