Searched refs:colorbufferFormat (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp241 , 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...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp857 GLenum colorbufferFormat = source->getFormat(); local
863 if(colorbufferFormat != GL_ALPHA &&
864 colorbufferFormat != GL_RGBA &&
865 colorbufferFormat != GL_RGBA4_OES &&
866 colorbufferFormat != GL_RGB5_A1_OES &&
867 colorbufferFormat != GL_RGBA8_OES)
874 if(colorbufferFormat != GL_RGB &&
875 colorbufferFormat != GL_RGB565_OES &&
876 colorbufferFormat != GL_RGB8_OES &&
877 colorbufferFormat !
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h51 bool ValidateCopyFormats(GLenum textureFormat, GLenum colorbufferFormat);
H A Dutilities.cpp545 bool ValidateCopyFormats(GLenum textureFormat, GLenum colorbufferFormat) argument
548 ASSERT(!gl::IsUnsizedInternalFormat(colorbufferFormat));
555 if(GetColorComponentType(colorbufferFormat) != GetColorComponentType(textureFormat))
560 if(GetColorEncoding(colorbufferFormat) != GetColorEncoding(textureFormat))
566 GLenum baseColorbufferFormat = gl::GetBaseInternalFormat(colorbufferFormat);
H A DlibGLESv2.cpp976 GLenum colorbufferFormat = source->getFormat(); local
981 if(gl::GetBaseInternalFormat(colorbufferFormat) == internalformat)
983 internalformat = colorbufferFormat;
985 else if(GetColorComponentType(colorbufferFormat) == GL_UNSIGNED_NORMALIZED && GetRedSize(colorbufferFormat) <= 8)
992 else if(GetColorComponentType(colorbufferFormat) == GL_INT)
996 else if(GetColorComponentType(colorbufferFormat) == GL_UNSIGNED_INT)
1000 else if(GetColorComponentType(colorbufferFormat) == GL_FLOAT && GetRedSize(colorbufferFormat) == 16) // GL_EXT_color_buffer_half_float
1012 if(!ValidateCopyFormats(internalformat, colorbufferFormat))
[all...]
H A DlibGLESv3.cpp486 GLenum colorbufferFormat = source->getFormat(); local
497 if(!ValidateCopyFormats(textureFormat, colorbufferFormat))
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp1055 GLenum colorbufferFormat = source->getFormat(); local
1060 if(colorbufferFormat != GL_ALPHA &&
1061 colorbufferFormat != GL_RGBA &&
1062 colorbufferFormat != GL_RGBA4 &&
1063 colorbufferFormat != GL_RGB5_A1 &&
1064 colorbufferFormat != GL_RGBA8_EXT)
1071 if(colorbufferFormat != GL_RGB &&
1072 colorbufferFormat != GL_RGB565 &&
1073 colorbufferFormat != GL_RGB8_EXT &&
1074 colorbufferFormat !
[all...]

Completed in 253 milliseconds