Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddraw.c246 validate_DrawElements_common(struct gl_context *ctx, GLenum mode, in validate_DrawElements_common() function
268 GLenum error = validate_DrawElements_common(ctx, mode, count, 1, type); in _mesa_validate_DrawElements()
354 error = validate_DrawElements_common(ctx, mode, count, 1, type); in _mesa_validate_DrawRangeElements()
582 validate_DrawElements_common(ctx, mode, count, numInstances, type); in _mesa_validate_DrawElementsInstanced()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv58735[email protected],mesa: Refactor common validation code to validate_DrawElements_common