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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dbufferobj.c375 GLenum errorFormatType; local in function:validate_clear_buffer_format
401 errorFormatType = _mesa_error_check_format_and_type(ctx, format, type);
402 if (errorFormatType != GL_NO_ERROR) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dbufferobj.c389 GLenum errorFormatType; local in function:validate_clear_buffer_format
415 errorFormatType = _mesa_error_check_format_and_type(ctx, format, type);
416 if (errorFormatType != GL_NO_ERROR) {

Completed in 13 milliseconds