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

  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 253 int scissorBoxW = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetW+DEPTH_CLEAR_OFFSET);
260 << ", width = " << scissorBoxW << ", height = " << scissorBoxH << "."
264 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
296 int scissorBoxW = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetW+STENCIL_CLEAR_OFFSET);
303 << ", width = " << scissorBoxW << ", height = " << scissorBoxH << "."
307 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
326 int scissorBoxW = m_rnd.getInt(SCISSOR_MINSIZE, targetW+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 170 IGLProperty scissorBoxW = new GLIntegerProperty(GLStateType.SCISSOR_BOX_WIDTH, 0);
173 scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);

Completed in 749 milliseconds