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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 238 const bool useStencil)
353 useStencil, // VkBool32 stencilTestEnable;
    [all...]
vktPipelineMultisampleTests.cpp 87 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
244 const bool useStencil,
665 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil)
667 if (useDepth && !useStencil)
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 817 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL);
820 if (useDepth || useStencil)
825 if (useStencil)
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 185 bool useStencil;
191 , useStencil (useStencil_)
199 , useStencil (false)
507 if (m_fboParams.useDepth || m_fboParams.useStencil)
    [all...]

Completed in 5963 milliseconds