Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp591 PVRTMATRIX matTransform; in APIDrawLogo() local
594 PVRTMatrixScaling(matTransform, f2vt(fScale), f2vt(fScale), f2vt(1.0f)); in APIDrawLogo()
595 PVRTMatrixMultiply(matModelView, matModelView, matTransform); in APIDrawLogo()
599 …PVRTMatrixTranslation(matTransform, nXPos - (fLogoSizeXHalfShifted * fScale * nXPos), nYPos - (fLo… in APIDrawLogo()
600 PVRTMatrixMultiply(matModelView, matModelView, matTransform); in APIDrawLogo()
604 PVRTMatrixRotationZ(matTransform, -90.0f*PVRT_PI/180.0f); in APIDrawLogo()
605 PVRTMatrixMultiply(matModelView, matModelView, matTransform); in APIDrawLogo()