Searched refs:marshal_cmd_DeleteVertexArrays (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated3.c2757 struct marshal_cmd_DeleteVertexArrays struct
2764 _mesa_unmarshal_DeleteVertexArrays(struct gl_context *ctx, const struct marshal_cmd_DeleteVertexArrays *cmd, const uint64_t *last)
2778 int cmd_size = sizeof(struct marshal_cmd_DeleteVertexArrays) + arrays_size;
2779 struct marshal_cmd_DeleteVertexArrays *cmd;
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h3024 struct marshal_cmd_DeleteVertexArrays;
3025 uint32_t _mesa_unmarshal_DeleteVertexArrays(struct gl_context *ctx, const struct marshal_cmd_DeleteVertexArrays *cmd, const uint64_t *last);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c19015 struct marshal_cmd_DeleteVertexArrays struct
19022 _mesa_unmarshal_DeleteVertexArrays(struct gl_context *ctx, const struct marshal_cmd_DeleteVertexArrays *cmd)
19035 size_t cmd_size = sizeof(struct marshal_cmd_DeleteVertexArrays) + safe_mul(n, 4);
19036 struct marshal_cmd_DeleteVertexArrays *cmd;
[all...]

Completed in 85 milliseconds