OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatNdx
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsCalibration.cpp
108
const float
floatNdx
= (float)maxNdx * position;
109
const int lowerNdx = (int)deFloatFloor(
floatNdx
);
111
const float interpolationFactor =
floatNdx
- (float)lowerNdx;
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
655
const float
floatNdx
= (float)(values.size() - 1) * position;
656
const int lowerNdx = (int)deFloatFloor(
floatNdx
);
658
const float interpolationFactor =
floatNdx
- (float)lowerNdx;
[
all
...]
Completed in 60 milliseconds