Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp104 …lay(ePVRTPrint3DLogoNone), m_pwFacesFont(NULL), m_pPrint3dVtx(NULL), m_bTexturesSet(false), m_pVtx… in CPVRTPrint3D()
414 if (m_bTexturesSet) in SetTextures()
472 m_bTexturesSet = true; in SetTextures()
496 if (!m_bTexturesSet) in Print3D()
DPVRTPrint3D.h425 bool m_bTexturesSet; variable
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp210 if (!m_bTexturesSet) return; in ReleaseTextures()
219 m_bTexturesSet = false; in ReleaseTextures()