OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Print3D
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp
62
CPVRTPrint3D
m_Print3D
;
399
if(
m_Print3D
.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
479
m_Print3D
.ReleaseTextures();
604
m_Print3D
.DisplayDefaultTitle("DisplacementMapping", "", ePVRTPrint3DSDKLogo);
605
m_Print3D
.Flush();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
115
CPVRTPrint3D
m_Print3D
;
486
if(
m_Print3D
.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
542
m_Print3D
.ReleaseTextures();
760
m_Print3D
.DisplayDefaultTitle("Chameleon Man", pDescription, ePVRTPrint3DSDKLogo);
761
m_Print3D
.Flush();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp
94
CPVRTPrint3D
m_Print3D
;
540
if(
m_Print3D
.SetTextures(0, PVRShellGet(prefWidth), PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
656
m_Print3D
.ReleaseTextures();
812
m_Print3D
.DisplayDefaultTitle("Colour grading using 3D textures", c_pszLUTNames[m_iCurrentLUT], ePVRTPrint3DSDKLogo);
813
m_Print3D
.Flush();
Completed in 48 milliseconds