Searched refs:rb_base_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dteximage.c2304 GLint rb_base_format; local in function:copytexture_error_check
2401 rb_base_format = _mesa_base_tex_format(ctx, rb->InternalFormat);
2403 if (rb_base_format < 0) {
2414 _mesa_components_in_format(rb_base_format)) {
2420 rb_base_format == GL_DEPTH_COMPONENT ||
2421 rb_base_format == GL_DEPTH_STENCIL ||
2422 rb_base_format == GL_STENCIL_INDEX ||
2425 rb_base_format != GL_RGBA) ||
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dteximage.c2293 GLint rb_base_format; local in function:copytexture_error_check
2408 rb_base_format = _mesa_base_tex_format(ctx, rb->InternalFormat);
2410 if (rb_base_format < 0) {
2421 _mesa_components_in_format(rb_base_format)) {
2427 rb_base_format == GL_DEPTH_COMPONENT ||
2428 rb_base_format == GL_DEPTH_STENCIL ||
2429 rb_base_format == GL_STENCIL_INDEX ||
2432 rb_base_format != GL_RGBA) ||

Completed in 17 milliseconds