Searched defs:rasterSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp612 float LinesOffsetY(unsigned int i, float rasterSize) argument
616 // heights is the right corner of a diamond). rasterSize/16 is the smallest
618 return -1.0f + rasterSize * static_cast<float>(i) + rasterSize / 2 + rasterSize / 16;
624 float rasterSize = 2.0f / static_cast<float>(getWindowHeight()); local
627 float offsetY = LinesOffsetY(i, rasterSize);
635 float rasterSize = 2.0f / static_cast<float>(getWindowHeight()); local
638 float offsetY = LinesOffsetY(i, rasterSize);
648 float rasterSize local
[all...]

Completed in 2083 milliseconds