HomeSort by relevance Sort by last modified time
    Searched full:validate_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 88 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
911 validate_count(struct glx_context * gc, GLsizei count) function
953 if (validate_mode(gc, mode) && validate_count(gc, count)) {
998 if (validate_mode(gc, mode) && validate_count(gc, count)
1020 if (validate_mode(gc, mode) && validate_count(gc, count)
1053 if (validate_count(gc, count[i])) {
1079 if (validate_count(gc, count[i])) {
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 88 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
911 validate_count(struct glx_context * gc, GLsizei count) function
953 if (validate_mode(gc, mode) && validate_count(gc, count)) {
998 if (validate_mode(gc, mode) && validate_count(gc, count)
1020 if (validate_mode(gc, mode) && validate_count(gc, count)
1053 if (validate_count(gc, count[i])) {
1079 if (validate_count(gc, count[i])) {
    [all...]

Completed in 83 milliseconds