Lines Matching refs:createRbo
152 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)