Home
last modified time | relevance | path

Searched defs:setFront (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2770 const bool setFront = face == GL_FRONT || face == GL_FRONT_AND_BACK; in stencilFuncSeparate() local
2795 const bool setFront = face == GL_FRONT || face == GL_FRONT_AND_BACK; in stencilOpSeparate() local
2965 const bool setFront = face == GL_FRONT || face == GL_FRONT_AND_BACK; in stencilMaskSeparate() local
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp7045 PipelineDepthStencilStateCreateInfo& setFront( StencilOpState front_ ) in setFront() function