Searched refs:colorBufferName (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 249 …nst FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 dep… in Framebuffer() argument 268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer()
|