Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c2935 struct marshal_cmd_ClearStencil struct
2941 _mesa_unmarshal_ClearStencil(struct gl_context *ctx, const struct marshal_cmd_ClearStencil *cmd) in _mesa_unmarshal_ClearStencil() argument
2950 size_t cmd_size = sizeof(struct marshal_cmd_ClearStencil); in _mesa_marshal_ClearStencil()
2951 struct marshal_cmd_ClearStencil *cmd; in _mesa_marshal_ClearStencil()
40502 _mesa_unmarshal_ClearStencil(ctx, (const struct marshal_cmd_ClearStencil *) cmd); in _mesa_unmarshal_dispatch_cmd()