Searched refs:m_clearType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsScissorTests.cpp578 const ClearType m_clearType; member in class:deqp::gls::Functional::__anon20399::FramebufferClearCase
584 , m_clearType (clearType)
613 const BufferFmtDesc bufferFmt = getBufferFormat(m_clearType);
791 const BufferFmtDesc bufferFmt = getBufferFormat(m_clearType);
797 switch (m_clearType)
811 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL);
812 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL);

Completed in 73 milliseconds