Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbufferobj.c367 GLenum errorFormatType; in validate_clear_buffer_format() local
393 errorFormatType = _mesa_error_check_format_and_type(ctx, format, type); in validate_clear_buffer_format()
394 if (errorFormatType != GL_NO_ERROR) { in validate_clear_buffer_format()