/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 83 bool scissorTestEnabled; member 103 : scissorTestEnabled (false) in RenderState()
|
H A D | glsInteractionTestUtil.cpp | 149 state.scissorTestEnabled = rnd.getFloat() < scissorTestProbability; in computeRandomRenderState() 155 if (state.scissorTestEnabled) in computeRandomRenderState()
|
H A D | glsFragOpInteractionCase.cpp | 226 if (state.scissorTestEnabled) in setRenderState()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 241 bool scissorTestEnabled; member 279 : scissorTestEnabled (false) in FragmentOperationState()
|
H A D | rrFragmentOperations.cpp | 864 if (state.scissorTestEnabled) in render()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRandomFragmentOpTests.cpp | 100 dst.scissorTestEnabled = src.scissorTestEnabled; in translateState() 155 if (state.scissorTestEnabled)
|
H A D | es3fDepthStencilTests.cpp | 395 dst.state.scissorTestEnabled = false; in translateCommand()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRandomFragmentOpTests.cpp | 100 dst.scissorTestEnabled = src.scissorTestEnabled; in translateState() 155 if (state.scissorTestEnabled)
|
H A D | es2fDepthStencilTests.cpp | 395 dst.state.scissorTestEnabled = false; in translateCommand()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 257 const bool scissorTestEnabled, 278 const bool scissorTestEnabled, in OcclusionQueryTestInstance() 286 , m_scissorTestEnabled (scissorTestEnabled) in OcclusionQueryTestInstance() 275 OcclusionQueryTestInstance(Context& context, const tcu::IVec2 renderSize, const bool preciseBitEnabled, const bool scissorTestEnabled, const bool depthClearTestEnabled, const bool stencilClearTestEnabled, const bool depthWriteTestEnabled, const bool stencilWriteTestEnabled) OcclusionQueryTestInstance() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 257 const bool scissorTestEnabled, 278 const bool scissorTestEnabled, in OcclusionQueryTestInstance() 286 , m_scissorTestEnabled (scissorTestEnabled) in OcclusionQueryTestInstance() 275 OcclusionQueryTestInstance(Context& context, const tcu::IVec2 renderSize, const bool preciseBitEnabled, const bool scissorTestEnabled, const bool depthClearTestEnabled, const bool stencilClearTestEnabled, const bool depthWriteTestEnabled, const bool stencilWriteTestEnabled) OcclusionQueryTestInstance() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 97 mState.scissorTestEnabled = false; in Context() 619 mState.scissorTestEnabled = enabled; in setScissorTestEnabled() 624 return mState.scissorTestEnabled; in isScissorTestEnabled() 1869 case GL_SCISSOR_TEST: *params = mState.scissorTestEnabled; break; in getBooleanv() 2758 if(mState.scissorTestEnabled) in applyScissor() 3490 if(mState.scissorTestEnabled) in clearColorBuffer() 3533 if(mState.scissorTestEnabled) in clearDepthBuffer() 3561 if(mState.scissorTestEnabled) in clearStencilBuffer() 4112 if(mState.scissorTestEnabled) // Only write to parts of the destination framebuffer which pass the scissor test in blitFramebuffer()
|
H A D | Context.h | 345 bool scissorTestEnabled; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 191 bool RequiresMultiviewClear(const FramebufferState &state, bool scissorTestEnabled) in RequiresMultiviewClear() argument
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 4344 state.fragOps.scissorTestEnabled = m_scissorEnabled;
|