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

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 501 unsigned long ulTime = PVRShellGetTime();
502 unsigned long ulDeltaTime = ulTime - m_ulTimePrev;
503 m_ulTimePrev = ulTime;
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 676 unsigned long ulTime = PVRShellGetTime() - m_ulStartTime;
739 PVRTMat4 mModel = PVRTMat4::RotationY(ulTime * 0.0015f);

Completed in 76 milliseconds