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

  /external/deqp/modules/glshared/
glsCalibration.cpp 108 const float floatNdx = maxNdx * position;
109 const int lowerNdx = (int)deFloatFloor(floatNdx);
111 const float interpolationFactor = floatNdx - (float)lowerNdx;
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 674 const float floatNdx = ((int)values.size() - 1) * position;
675 const int lowerNdx = (int)deFloatFloor(floatNdx);
677 const float interpolationFactor = floatNdx - (float)lowerNdx;
    [all...]

Completed in 49 milliseconds