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

/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated4.c920 struct marshal_cmd_ProgramUniformMatrix2fv struct
930 _mesa_unmarshal_ProgramUniformMatrix2fv(struct gl_context *ctx, const struct marshal_cmd_ProgramUniformMatrix2fv *cmd, const uint64_t *last)
947 int cmd_size = sizeof(struct marshal_cmd_ProgramUniformMatrix2fv) + value_size;
948 struct marshal_cmd_ProgramUniformMatrix2fv *cmd;
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h3481 struct marshal_cmd_ProgramUniformMatrix2fv;
3482 uint32_t _mesa_unmarshal_ProgramUniformMatrix2fv(struct gl_context *ctx, const struct marshal_cmd_ProgramUniformMatrix2fv *cmd, const uint64_t *last);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c23455 struct marshal_cmd_ProgramUniformMatrix2fv struct
23465 _mesa_unmarshal_ProgramUniformMatrix2fv(struct gl_context *ctx, const struct marshal_cmd_ProgramUniformMatrix2fv *cmd)
23481 size_t cmd_size = sizeof(struct marshal_cmd_ProgramUniformMatrix2fv) + safe_mul(count, 16);
23482 struct marshal_cmd_ProgramUniformMatrix2fv *cmd;
[all...]

Completed in 89 milliseconds