HomeSort by relevance Sort by last modified time
    Searched refs:lineWidthRange (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 312 GLfloat lineWidthRange[2] = {0,0};
313 gl.getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange);
314 if (lineWidthRange[1] < lineWidth)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 315 GLfloat lineWidthRange[2] = {0,0};
316 gl.getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange);
317 if (lineWidthRange[1] < lineWidth)
    [all...]

Completed in 93 milliseconds