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

/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated4.c3831 struct marshal_cmd_InvalidateFramebuffer struct
3839 _mesa_unmarshal_InvalidateFramebuffer(struct gl_context *ctx, const struct marshal_cmd_InvalidateFramebuffer *cmd, const uint64_t *last)
3854 int cmd_size = sizeof(struct marshal_cmd_InvalidateFramebuffer) + attachments_size;
3855 struct marshal_cmd_InvalidateFramebuffer *cmd;
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h3728 struct marshal_cmd_InvalidateFramebuffer;
3729 uint32_t _mesa_unmarshal_InvalidateFramebuffer(struct gl_context *ctx, const struct marshal_cmd_InvalidateFramebuffer *cmd, const uint64_t *last);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c26972 struct marshal_cmd_InvalidateFramebuffer struct
26980 _mesa_unmarshal_InvalidateFramebuffer(struct gl_context *ctx, const struct marshal_cmd_InvalidateFramebuffer *cmd)
26994 size_t cmd_size = sizeof(struct marshal_cmd_InvalidateFramebuffer) + safe_mul(numAttachments, 4);
26995 struct marshal_cmd_InvalidateFramebuffer *cmd;
[all...]

Completed in 120 milliseconds