OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bTexturesSet
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h
425
bool
m_bTexturesSet
;
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),
414
if (
m_bTexturesSet
)
472
m_bTexturesSet
= true;
496
if (!
m_bTexturesSet
)
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp
210
if (!
m_bTexturesSet
) return;
219
m_bTexturesSet
= false;
Completed in 56 milliseconds