HomeSort by relevance Sort by last modified time
    Searched refs:createRbo (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 368 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)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 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)
    [all...]

Completed in 86 milliseconds