Home
last modified time | relevance | path

Searched refs:check_index_bounds (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dapi_validate.c170 check_index_bounds(struct gl_context *ctx, GLsizei count, GLenum type, in check_index_bounds() function
356 if (!check_index_bounds(ctx, count, type, indices, basevertex)) in _mesa_validate_DrawElements()
420 if (!check_index_bounds(ctx, count[i], type, indices[i], in _mesa_validate_MultiDrawElements()
479 if (!check_index_bounds(ctx, count, type, indices, basevertex)) in _mesa_validate_DrawRangeElements()
612 if (!check_index_bounds(ctx, count, type, indices, basevertex)) in _mesa_validate_DrawElementsInstanced()