Home
last modified time | relevance | path

Searched refs:colorbufferFormat (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES2.cpp392 GLenum colorbufferFormat = in ValidateES2CopyTexImageParameters() local
410 if (colorbufferFormat != GL_ALPHA8_EXT && colorbufferFormat != GL_RGBA4 && in ValidateES2CopyTexImageParameters()
411 colorbufferFormat != GL_RGB5_A1 && colorbufferFormat != GL_RGBA8_OES && in ValidateES2CopyTexImageParameters()
412 colorbufferFormat != GL_BGRA8_EXT && colorbufferFormat != GL_BGR5_A1_ANGLEX && in ValidateES2CopyTexImageParameters()
413 !Valid4ComponentFloatColorBufferFormat(context, colorbufferFormat)) in ValidateES2CopyTexImageParameters()
420 if (colorbufferFormat != GL_R8_EXT && colorbufferFormat != GL_RG8_EXT && in ValidateES2CopyTexImageParameters()
421 colorbufferFormat != GL_RGB565 && colorbufferFormat != GL_RGB8_OES && in ValidateES2CopyTexImageParameters()
422 colorbufferFormat != GL_RGBA4 && colorbufferFormat != GL_RGB5_A1 && in ValidateES2CopyTexImageParameters()
423 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters()
424 colorbufferFormat != GL_BGR5_A1_ANGLEX && in ValidateES2CopyTexImageParameters()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp241 , colorbufferFormat (GL_NONE) in FboConfig()
252 GLenum colorbufferFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles2::Functional::FboConfig
297 name += getFormatName(colorbufferFormat); in getName()
418 checkColorFormatSupport(context, config.colorbufferFormat); in Framebuffer()
430 context.texImage2D(GL_TEXTURE_2D, 0, m_config.colorbufferFormat, width, height); in Framebuffer()
448 createRbo(m_colorbuffer, m_config.colorbufferFormat, width, height); in Framebuffer()
719 if(getConfig().colorbufferFormat == GL_RGB5_A1) in render()
1074 if(getConfig().colorbufferFormat == GL_RGB5_A1) in render()
1234 cfg.colorbufferFormat = GL_NONE; in render()
1348 checkColorFormatSupport(context, getConfig().colorbufferFormat); in render()
[all …]