Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:srcFormat

865    const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat);
873 if (srcFormat == dstFormat) {
879 else if (srcFormat == GL_RGB && dstFormat == GL_RGBA) {
885 else if (srcFormat == GL_RGBA && dstFormat == GL_RGB) {
896 _mesa_lookup_enum_by_nr(srcFormat),