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

  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 134 void executeScissorTest (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const WindowRectangle& scissorRect);
rrFragmentOperations.cpp 78 void FragmentProcessor::executeScissorTest (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const WindowRectangle& scissorRect)
86 if (!isInsideRect(inputFragments[fragNdx].pixelCoord, scissorRect))
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java 734 public void calculateScissors (Rectangle localRect, Rectangle scissorRect) {
735 viewport.calculateScissors(batch.getTransformMatrix(), localRect, scissorRect);
741 viewport.calculateScissors(transformMatrix, localRect, scissorRect);

Completed in 847 milliseconds