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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array.c88 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
948 validate_count(struct glx_context * gc, GLsizei count) function in typeref:typename:GLboolean
990 if (validate_mode(gc, mode) && validate_count(gc, count)) {
1035 if (validate_mode(gc, mode) && validate_count(gc, count)
1057 if (validate_mode(gc, mode) && validate_count(gc, count)
1090 if (validate_count(gc, count[i])) {
1116 if (validate_count(gc, count[i])) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array.c90 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
950 validate_count(struct glx_context * gc, GLsizei count) function in typeref:typename:GLboolean
992 if (validate_mode(gc, mode) && validate_count(gc, count)) {
1037 if (validate_mode(gc, mode) && validate_count(gc, count)
1059 if (validate_mode(gc, mode) && validate_count(gc, count)
1092 if (validate_count(gc, count[i])) {
1118 if (validate_count(gc, count[i])) {

Completed in 15 milliseconds