HomeSort by relevance Sort by last modified time
    Searched refs:fVT (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 373 PVRTfloat32 fVT;
PVRTPrint3D.cpp 278 m_pUVs[uiChar].fVT = m_pRects[uiChar].nY / m_fTexH;
279 m_pUVs[uiChar].fVB = m_pUVs[uiChar].fVT + m_pRects[uiChar].nH / m_fTexH;
906 pVertices[VertexCount+0].tv = f2vt(m_pUVs[uiIdx].fVT);
913 pVertices[VertexCount+1].tv = f2vt(m_pUVs[uiIdx].fVT);
    [all...]

Completed in 52 milliseconds