Searched refs:barLengthThreshold (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp461 const int barLengthThreshold = 1; local
483 if (x <= barLength - barLengthThreshold)
485 else if (x >= barLength + barLengthThreshold)
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp3515 const int barLengthThreshold = 1; local
3535 if (x <= barLength - barLengthThreshold)
3537 else if (x >= barLength + barLengthThreshold)

Completed in 151 milliseconds