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

  /external/deqp/modules/glshared/
glsScissorTests.cpp 816 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL);
820 if (useDepth || useStencil)
822 if (useDepth)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 87 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
243 const bool useDepth,
665 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil)
667 if (useDepth && !useStencil)
    [all...]
vktPipelineRenderToImageTests.cpp 237 const bool useDepth,
349 useDepth, // VkBool32 depthTestEnable;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 184 bool useDepth;
190 , useDepth (useDepth_)
198 , useDepth (false)
507 if (m_fboParams.useDepth || m_fboParams.useStencil)
    [all...]

Completed in 186 milliseconds