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

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 392 float fTmp = afVertices[i * 6 + 1];
394 afVertices[i * 6] = fTmp;
396 fTmp = afVertices[i * 6 + 5];
398 afVertices[i * 6 + 4] = fTmp;
431 float fTmp = afBackgroundVertices[i * 6 + 1];
433 afBackgroundVertices[i * 6] = -fTmp;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp     [all...]

Completed in 778 milliseconds