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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_validate.c 170 check_index_bounds(struct gl_context *ctx, GLsizei count, GLenum type, function
356 if (!check_index_bounds(ctx, count, type, indices, basevertex))
420 if (!check_index_bounds(ctx, count[i], type, indices[i],
479 if (!check_index_bounds(ctx, count, type, indices, basevertex))
612 if (!check_index_bounds(ctx, count, type, indices, basevertex))
  /external/mesa3d/src/mesa/main/
api_validate.c 170 check_index_bounds(struct gl_context *ctx, GLsizei count, GLenum type, function
356 if (!check_index_bounds(ctx, count, type, indices, basevertex))
420 if (!check_index_bounds(ctx, count[i], type, indices[i],
479 if (!check_index_bounds(ctx, count, type, indices, basevertex))
612 if (!check_index_bounds(ctx, count, type, indices, basevertex))

Completed in 74 milliseconds