Home | History | Annotate | Download | only in functional

Lines Matching defs:m_buffers

140 		, m_buffers		(buffers)
148 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers);
164 if ((m_buffers & GL_COLOR_BUFFER_BIT) != 0)
177 if ((m_buffers & GL_DEPTH_BUFFER_BIT) != 0)
183 if ((m_buffers & GL_STENCIL_BUFFER_BIT) == 0)
200 deUint32 m_buffers;
209 , m_buffers (buffers)
220 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers);
262 if ((m_buffers & GL_COLOR_BUFFER_BIT) != 0)
269 if ((m_buffers & GL_DEPTH_BUFFER_BIT) != 0)
275 if ((m_buffers & GL_STENCIL_BUFFER_BIT) == 0)
295 deUint32 m_buffers;
303 , m_buffers (buffers)
314 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers);
335 glClear (m_buffers);
349 deUint32 m_buffers;
357 , m_buffers (buffers)
368 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers);
423 glClear (m_buffers);
439 deUint32 m_buffers;