Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrix.h167 #define PVRTMatrixScaling PVRTMatrixScalingX macro
195 #define PVRTMatrixScaling PVRTMatrixScalingF macro
DPVRTModelPOD.cpp2355 PVRTMatrixScaling(mOut, v.x, v.y, v.z);
2359 PVRTMatrixScaling(mOut, node.pfAnimScale[0], node.pfAnimScale[1], node.pfAnimScale[2]);
3256 PVRTMatrixScaling(mScale, 1.0f / vScale.x, 1.0f / vScale.y, 1.0f / vScale.z);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp594 PVRTMatrixScaling(matTransform, f2vt(fScale), f2vt(fScale), f2vt(1.0f)); in APIDrawLogo()