Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c1734 struct marshal_cmd_TexImage2DMultisample struct
1745 …_TexImage2DMultisample(struct gl_context *ctx, const struct marshal_cmd_TexImage2DMultisample *cmd) in _mesa_unmarshal_TexImage2DMultisample() argument
1759 size_t cmd_size = sizeof(struct marshal_cmd_TexImage2DMultisample); in _mesa_marshal_TexImage2DMultisample()
1760 struct marshal_cmd_TexImage2DMultisample *cmd; in _mesa_marshal_TexImage2DMultisample()
40394 …_mesa_unmarshal_TexImage2DMultisample(ctx, (const struct marshal_cmd_TexImage2DMultisample *) cmd); in _mesa_unmarshal_dispatch_cmd()