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

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 89 static GLboolean validate_type(struct glx_context * gc, GLenum type);
930 validate_type(struct glx_context * gc, GLenum type) function
999 && validate_type(gc, type)) {
1021 && validate_type(gc, type)) {
1073 if (validate_mode(gc, mode) && validate_type(gc, type)) {
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 89 static GLboolean validate_type(struct glx_context * gc, GLenum type);
930 validate_type(struct glx_context * gc, GLenum type) function
999 && validate_type(gc, type)) {
1021 && validate_type(gc, type)) {
1073 if (validate_mode(gc, mode) && validate_type(gc, type)) {
    [all...]

Completed in 79 milliseconds