Searched refs:createRbo (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 152 deUint32 createRbo (deUint32 name, GLenum format, int width, int height); 275 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 289 …case GL_RENDERBUFFER: m_depthStencilBuffer = createRbo(depthStencilBufferName, m_config.depthStenc… in Framebuffer() 356 deUint32 Framebuffer::createRbo (deUint32 name, GLenum format, int width, int height) in createRbo() function in deqp::gles3::Functional::Framebuffer
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 368 void createRbo (deUint32& name, GLenum format, int width, int height); 448 createRbo(m_colorbuffer, m_config.colorbufferFormat, width, height); in Framebuffer() 459 createRbo(m_depthbuffer, m_config.depthbufferFormat, width, height); in Framebuffer() 467 createRbo(m_stencilbuffer, m_config.stencilbufferFormat, width, height); in Framebuffer() 493 void Framebuffer::createRbo (deUint32& name, GLenum format, int width, int height) in createRbo() function in deqp::gles2::Functional::Framebuffer
|