Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c11714 struct marshal_cmd_BindVertexArray struct
11720 _mesa_unmarshal_BindVertexArray(struct gl_context *ctx, const struct marshal_cmd_BindVertexArray *c… in _mesa_unmarshal_BindVertexArray() argument
11729 size_t cmd_size = sizeof(struct marshal_cmd_BindVertexArray); in _mesa_marshal_BindVertexArray()
11730 struct marshal_cmd_BindVertexArray *cmd; in _mesa_marshal_BindVertexArray()
41270 _mesa_unmarshal_BindVertexArray(ctx, (const struct marshal_cmd_BindVertexArray *) cmd); in _mesa_unmarshal_dispatch_cmd()