Searched defs:createRbo (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp152 deUint32 createRbo (deUint32 name, GLenum format, int width, int height);
273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height);
287 case GL_RENDERBUFFER: m_depthStencilBuffer = createRbo(depthStencilBufferName, m_config.depthStencilFormat, width, height); break;
354 deUint32 Framebuffer::createRbo (deUint32 name, GLenum format, int width, int height) function in class:deqp::gles3::Functional::Framebuffer
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp368 void createRbo (deUint32& name, GLenum format, int width, int height);
448 createRbo(m_colorbuffer, m_config.colorbufferFormat, width, height);
459 createRbo(m_depthbuffer, m_config.depthbufferFormat, width, height);
467 createRbo(m_stencilbuffer, m_config.stencilbufferFormat, width, height);
493 void Framebuffer::createRbo (deUint32& name, GLenum format, int width, int height) function in class:deqp::gles2::Functional::Framebuffer

Completed in 88 milliseconds