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

/external/deqp/modules/gles3/functional/
H A Des3fRasterizerDiscardTests.cpp101 deUint32 m_colorBuf; member in class:deqp::gles3::Functional::RasterizerDiscardCase
115 , m_colorBuf (0)
164 glGenTextures (1, &m_colorBuf); // Color attachment
169 glBindTexture (GL_TEXTURE_2D, m_colorBuf);
184 glFramebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuf, 0);
198 glDeleteTextures (1, &m_colorBuf); // Color attachment
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp699 gl.genBuffers(1, &m_colorBuf);
709 if (m_colorBuf) gl.deleteBuffers(1, &m_colorBuf);
813 glBindBuffer (GL_ARRAY_BUFFER, m_colorBuf);
830 glBindBuffer (GL_ARRAY_BUFFER, m_colorBuf);
H A DglsBufferTestUtil.hpp280 deUint32 m_colorBuf; member in class:deqp::gls::BufferTestUtil::IndexArrayVerifier

Completed in 502 milliseconds