Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.h178 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const char *…
193 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_…
363 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTA…
DPVRTPrint3D.cpp493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() function in CPVRTPrint3D
546 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() function in CPVRTPrint3D
599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D()
616 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() function in CPVRTPrint3D
650 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D()
674 if(Print3D(0.0f, -1.0f, 1.0f, PVRTRGBA(255, 255, 255, 255), pszTitle) != PVR_SUCCESS) in DisplayDefaultTitle()
691 if(Print3D(0.0f, fY, 0.8f, PVRTRGBA(255, 255, 255, 255), pszDescription) != PVR_SUCCESS) in DisplayDefaultTitle()