OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_uLogoToDisplay
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp
320
if(
m_uLogoToDisplay
& ePVRTPrint3DLogoPowerVR &&
m_uLogoToDisplay
& ePVRTPrint3DLogoIMG)
325
else if(
m_uLogoToDisplay
& ePVRTPrint3DLogoPowerVR)
329
else if(
m_uLogoToDisplay
& ePVRTPrint3DLogoIMG)
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h
420
unsigned int
m_uLogoToDisplay
;
PVRTPrint3D.cpp
104
CPVRTPrint3D::CPVRTPrint3D() : m_pAPI(NULL),
m_uLogoToDisplay
(ePVRTPrint3DLogoNone), m_pwFacesFont(NULL), m_pPrint3dVtx(NULL), m_bTexturesSet(false), m_pVtxCache(NULL), m_nVtxCache(0),
695
m_uLogoToDisplay
= uDisplayLogo;
[
all
...]
Completed in 204 milliseconds