Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread_shaderobj.c27 struct marshal_cmd_ShaderSource struct
40 const struct marshal_cmd_ShaderSource *cmd) in _mesa_unmarshal_ShaderSource() argument
86 const size_t fixed_cmd_size = sizeof(struct marshal_cmd_ShaderSource); in _mesa_marshal_ShaderSource()
87 STATIC_ASSERT(sizeof(struct marshal_cmd_ShaderSource) % sizeof(GLint) == 0); in _mesa_marshal_ShaderSource()
95 struct marshal_cmd_ShaderSource *cmd = in _mesa_marshal_ShaderSource()