HomeSort by relevance Sort by last modified time
    Searched refs:useDepth (Results 1 - 3 of 3) 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)
505 if (m_fboParams.useDepth || m_fboParams.useStencil)
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 811 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL);
815 if (useDepth || useStencil)
817 if (useDepth)

Completed in 66 milliseconds