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

  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 198 int targetW = renderTarget.getWidth();
251 int scissorBoxX = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetW);
253 int scissorBoxW = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetW+DEPTH_CLEAR_OFFSET);
294 int scissorBoxX = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetW);
296 int scissorBoxW = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetW+STENCIL_CLEAR_OFFSET);
324 int scissorBoxX = m_rnd.getInt(-SCISSOR_OFFSET, targetW-SCISSOR_OFFSET);
326 int scissorBoxW = m_rnd.getInt(SCISSOR_MINSIZE, targetW+SCISSOR_OFFSET);
es3fTextureSpecificationTests.cpp 231 int targetW = getWidth();
234 float w = (float)width / (float)targetW;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 564 int targetW = getWidth();
567 float w = (float)width / (float)targetW;
581 int targetW = getWidth();
584 float w = (float)width / (float)targetW;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 188 int targetW = getWidth();
191 float w = (float)width / (float)targetW;
    [all...]

Completed in 622 milliseconds