Lines Matching defs:arrays
19019 /* Next safe_mul(n, 4) bytes are GLuint arrays[n] */
19025 const GLuint * arrays;
19027 arrays = (const GLuint *) variable_data;
19029 CALL_DeleteVertexArrays(ctx->CurrentServerDispatch, (n, arrays));
19032 _mesa_marshal_DeleteVertexArrays(GLsizei n, const GLuint * arrays)
19045 memcpy(variable_data, arrays, n * 4);
19054 CALL_DeleteVertexArrays(ctx->CurrentServerDispatch, (n, arrays));
19060 _mesa_marshal_GenVertexArrays(GLsizei n, GLuint * arrays)
19065 CALL_GenVertexArrays(ctx->CurrentServerDispatch, (n, arrays));
29583 _mesa_marshal_CreateVertexArrays(GLsizei n, GLuint * arrays)
29588 CALL_CreateVertexArrays(ctx->CurrentServerDispatch, (n, arrays));