HomeSort by relevance Sort by last modified time
    Searched refs:scissorTestEnabled (Results 1 - 16 of 16) 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 241 bool scissorTestEnabled;
275 : 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/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 97 mState.scissorTestEnabled = false;
625 mState.scissorTestEnabled = enabled;
630 return mState.scissorTestEnabled;
    [all...]
Context.h 370 bool scissorTestEnabled;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 252 bool scissorTestEnabled;
Context.cpp 85 mState.scissorTestEnabled = false;
589 mState.scissorTestEnabled = enabled;
594 return mState.scissorTestEnabled;
1116 case GL_SCISSOR_TEST: *params = mState.scissorTestEnabled; break;
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 95 mState.scissorTestEnabled = false;
599 mState.scissorTestEnabled = enabled;
604 return mState.scissorTestEnabled;
1203 case GL_SCISSOR_TEST: *params = mState.scissorTestEnabled; break;
    [all...]
Context.h 460 bool scissorTestEnabled;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 482 milliseconds