Home
last modified time | relevance | path

Searched refs:scissorTestEnabled (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.hpp83 bool scissorTestEnabled; member
103 : scissorTestEnabled (false) in RenderState()
H A DglsInteractionTestUtil.cpp149 state.scissorTestEnabled = rnd.getFloat() < scissorTestProbability; in computeRandomRenderState()
155 if (state.scissorTestEnabled) in computeRandomRenderState()
H A DglsFragOpInteractionCase.cpp226 if (state.scissorTestEnabled) in setRenderState()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp241 bool scissorTestEnabled; member
279 : scissorTestEnabled (false) in FragmentOperationState()
H A DrrFragmentOperations.cpp864 if (state.scissorTestEnabled) in render()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp100 dst.scissorTestEnabled = src.scissorTestEnabled; in translateState()
155 if (state.scissorTestEnabled)
H A Des3fDepthStencilTests.cpp395 dst.state.scissorTestEnabled = false; in translateCommand()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp100 dst.scissorTestEnabled = src.scissorTestEnabled; in translateState()
155 if (state.scissorTestEnabled)
H A Des2fDepthStencilTests.cpp395 dst.state.scissorTestEnabled = false; in translateCommand()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp257 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 DvktFragmentOperationsOcclusionQueryTests.cpp257 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 DContext.cpp97 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 DContext.h345 bool scissorTestEnabled; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp191 bool RequiresMultiviewClear(const FramebufferState &state, bool scissorTestEnabled) in RequiresMultiviewClear() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4344 state.fragOps.scissorTestEnabled = m_scissorEnabled;

Completed in 27 milliseconds