Home
last modified time | relevance | path

Searched refs:SetTextures (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.h112 EPVRTError SetTextures(
133 EPVRTError SetTextures(
DPVRTPrint3D.cpp331 EPVRTError CPVRTPrint3D::SetTextures( in SetTextures() function in CPVRTPrint3D
359 return SetTextures(pContext, pData, dwScreenX, dwScreenY, bRotate, bMakeCopy); in SetTextures()
378 EPVRTError CPVRTPrint3D::SetTextures( in SetTextures() function in CPVRTPrint3D
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp399 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS) in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp540 …if(m_Print3D.SetTextures(0, PVRShellGet(prefWidth), PVRShellGet(prefHeight), bRotate) != PVR_SUCCE… in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp486 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS) in InitView()