HomeSort by relevance Sort by last modified time
    Searched defs:targetH (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 199 int targetH = renderTarget.getHeight();
252 int scissorBoxY = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetH);
254 int scissorBoxH = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetH+DEPTH_CLEAR_OFFSET);
295 int scissorBoxY = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetH);
297 int scissorBoxH = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetH+STENCIL_CLEAR_OFFSET);
325 int scissorBoxY = m_rnd.getInt(-SCISSOR_OFFSET, targetH-SCISSOR_OFFSET);
327 int scissorBoxH = m_rnd.getInt(SCISSOR_MINSIZE, targetH+SCISSOR_OFFSET);
es3fTextureSpecificationTests.cpp 232 int targetH = getHeight();
235 float h = (float)height / (float)targetH;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 565 int targetH = getHeight();
568 float h = (float)height / (float)targetH;
582 int targetH = getHeight();
585 float h = (float)height / (float)targetH;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 189 int targetH = getHeight();
192 float h = (float)height / (float)targetH;
    [all...]

Completed in 87 milliseconds