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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp311 int starty = int(((float)height * 0.1f) + 1); local
315 for (int y = starty; y < endy; ++y)
/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp313 int starty = int((static_cast<float>(height) * 0.1f) + 1); local
317 for (int y = starty; y < endy; ++y)

Completed in 297 milliseconds