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

  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 83 bool scissorTestEnabled;
103 : scissorTestEnabled (false)
glsInteractionTestUtil.cpp 149 state.scissorTestEnabled = rnd.getFloat() < scissorTestProbability;
155 if (state.scissorTestEnabled)
glsFragOpInteractionCase.cpp 226 if (state.scissorTestEnabled)
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 230 bool scissorTestEnabled;
264 : scissorTestEnabled (false)
rrFragmentOperations.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 100 dst.scissorTestEnabled = src.scissorTestEnabled;
155 if (state.scissorTestEnabled)
es2fDepthStencilTests.cpp 395 dst.state.scissorTestEnabled = false;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 100 dst.scissorTestEnabled = src.scissorTestEnabled;
155 if (state.scissorTestEnabled)
es3fDepthStencilTests.cpp 395 dst.state.scissorTestEnabled = false;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 221 milliseconds