OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numDepthSteps
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp
300
const int
numDepthSteps
= VISUALIZE_DEPTH_STEPS;
301
const float depthStep = 1.0f/(float)(
numDepthSteps
-1);
351
for (int stepNdx = 0; stepNdx <
numDepthSteps
; stepNdx++)
/external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp
306
const int
numDepthSteps
= 16;
307
const float depthStep = 1.0f/(float)(
numDepthSteps
-1);
376
for (int stepNdx = 0; stepNdx <
numDepthSteps
; stepNdx++)
Completed in 755 milliseconds