Searched refs:colorbufferFormat (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 241 , colorbufferFormat (GL_NONE) 252 GLenum colorbufferFormat; //!< Internal format for color buffer texture or renderbuffer member in class:deqp::gles2::Functional::FboConfig 297 name += getFormatName(colorbufferFormat); 418 checkColorFormatSupport(context, config.colorbufferFormat); 430 context.texImage2D(GL_TEXTURE_2D, 0, m_config.colorbufferFormat, width, height); 448 createRbo(m_colorbuffer, m_config.colorbufferFormat, width, height); 1212 cfg.colorbufferFormat = GL_NONE; 1326 checkColorFormatSupport(context, getConfig().colorbufferFormat); 1332 context.texImage2D(GL_TEXTURE_2D, 0, getConfig().colorbufferFormat, width, height); 1339 context.renderbufferStorage(GL_RENDERBUFFER, getConfig().colorbufferFormat, widt [all...] |
Completed in 37 milliseconds