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

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 439 int xOffsetMax = m_context.getRenderTarget().getWidth() - width;
444 int xOffset = rnd.getInt(0, xOffsetMax);
es3fPrimitiveRestartTests.cpp 462 int xOffsetMax = m_context.getRenderTarget().getWidth() - width;
467 int xOffset = rnd.getInt(0, xOffsetMax);
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 616 int xOffsetMax = m_renderCtx.getRenderTarget().getWidth() - width;
622 int xOffset = rnd.getInt(0, xOffsetMax);

Completed in 747 milliseconds