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

  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 254 int scissorBoxH = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetH+DEPTH_CLEAR_OFFSET);
260 << ", width = " << scissorBoxW << ", height = " << scissorBoxH << "."
264 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
297 int scissorBoxH = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetH+STENCIL_CLEAR_OFFSET);
303 << ", width = " << scissorBoxW << ", height = " << scissorBoxH << "."
307 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
327 int scissorBoxH = m_rnd.getInt(SCISSOR_MINSIZE, targetH+SCISSOR_OFFSET);
331 << ", width = " << scissorBoxW << ", height = " << scissorBoxH << "."
335 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 171 IGLProperty scissorBoxH = new GLIntegerProperty(GLStateType.SCISSOR_BOX_HEIGHT, 0);
173 scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);

Completed in 139 milliseconds