Home
last modified time | relevance | path

Searched refs:m_uLogoToDisplay (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp320 if(m_uLogoToDisplay & ePVRTPrint3DLogoPowerVR && m_uLogoToDisplay & ePVRTPrint3DLogoIMG) in Flush()
325 else if(m_uLogoToDisplay & ePVRTPrint3DLogoPowerVR) in Flush()
329 else if(m_uLogoToDisplay & ePVRTPrint3DLogoIMG) in Flush()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.h420 unsigned int m_uLogoToDisplay; variable
DPVRTPrint3D.cpp104 CPVRTPrint3D::CPVRTPrint3D() : m_pAPI(NULL), m_uLogoToDisplay(ePVRTPrint3DLogoNone), m_pwFacesFont(… in CPVRTPrint3D()
695 m_uLogoToDisplay = uDisplayLogo; in DisplayDefaultTitle()