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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.cpp 523 GLenum colorbufferFormat = framebuffer->getReadColorbuffer()->getInternalFormat();
532 if (colorbufferFormat != GL_ALPHA8_EXT &&
533 colorbufferFormat != GL_RGBA4 &&
534 colorbufferFormat != GL_RGB5_A1 &&
535 colorbufferFormat != GL_RGBA8_OES)
542 if (colorbufferFormat != GL_R8_EXT &&
543 colorbufferFormat != GL_RG8_EXT &&
544 colorbufferFormat != GL_RGB565 &&
545 colorbufferFormat != GL_RGB8_OES &&
546 colorbufferFormat != GL_RGBA4 &
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 241 , colorbufferFormat (GL_NONE)
252 GLenum colorbufferFormat; //!< Internal format for color buffer texture or renderbuffer
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);
    [all...]

Completed in 237 milliseconds