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

  /external/deqp/modules/gles3/functional/
es3fFboStencilbufferTests.cpp 52 BasicFboStencilCase (Context& context, const char* name, const char* desc, deUint32 format, IVec2 size, bool useDepth)
56 , m_useDepth (useDepth)
es3fMultisampleTests.cpp 184 bool useDepth;
190 , useDepth (useDepth_)
198 , useDepth (false)
507 if (m_fboParams.useDepth || m_fboParams.useStencil)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 96 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
254 const bool useDepth,
759 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil)
761 if (useDepth && !useStencil)
    [all...]
vktPipelineRenderToImageTests.cpp 237 const bool useDepth,
349 useDepth, // VkBool32 depthTestEnable;
    [all...]
  /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)

Completed in 304 milliseconds