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

  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 854 GLboolean index_bounds_valid,
865 if (!index_bounds_valid) {
926 index_bounds_valid, start, end, NULL, 0, NULL);
943 GLboolean index_bounds_valid = GL_TRUE; local
985 index_bounds_valid = GL_FALSE;
1013 index_bounds_valid = GL_FALSE;
1021 if (!index_bounds_valid) {
1026 vbo_validated_drawrangeelements(ctx, mode, index_bounds_valid, start, end,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 938 bool index_bounds_valid; member in struct:brw_context::__anon34314
    [all...]

Completed in 82 milliseconds