Searched defs:check_index_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_validate.c170 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/
H A Dapi_validate.c170 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 89 milliseconds