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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array.c89 static GLboolean validate_type(struct glx_context * gc, GLenum type);
967 validate_type(struct glx_context * gc, GLenum type) function in typeref:typename:GLboolean
1036 && validate_type(gc, type)) {
1058 && validate_type(gc, type)) {
1110 if (validate_mode(gc, mode) && validate_type(gc, type)) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array.c91 static GLboolean validate_type(struct glx_context * gc, GLenum type);
969 validate_type(struct glx_context * gc, GLenum type) function in typeref:typename:GLboolean
1038 && validate_type(gc, type)) {
1060 && validate_type(gc, type)) {
1112 if (validate_mode(gc, mode) && validate_type(gc, type)) {

Completed in 9 milliseconds