Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c66 debug_print_marshal("MapGrid1d"); in _mesa_marshal_MapGrid1d()
104 debug_print_marshal("MapGrid1f"); in _mesa_marshal_MapGrid1f()
147 debug_print_marshal("ProgramUniform3i64vARB"); in _mesa_marshal_ProgramUniform3i64vARB()
201 debug_print_marshal("TexCoordP1ui"); in _mesa_marshal_TexCoordP1ui()
247 debug_print_marshal("MultiTexCoord1dv"); in _mesa_marshal_MultiTexCoord1dv()
293 debug_print_marshal("AttachShader"); in _mesa_marshal_AttachShader()
332 debug_print_marshal("VertexAttrib3fARB"); in _mesa_marshal_VertexAttrib3fARB()
367 debug_print_marshal("Indexubv"); in _mesa_marshal_Indexubv()
432 debug_print_marshal("Color3ubv"); in _mesa_marshal_Color3ubv()
481 debug_print_marshal("ProgramUniform2ui"); in _mesa_marshal_ProgramUniform2ui()
[all …]
/external/mesa3d/src/mesa/main/
Dmarshal.c88 debug_print_marshal("Enable"); in _mesa_marshal_Enable()
275 debug_print_marshal("BindBuffer"); in _mesa_marshal_BindBuffer()
326 debug_print_marshal("BufferData"); in _mesa_marshal_BufferData()
386 debug_print_marshal("BufferSubData"); in _mesa_marshal_BufferSubData()
447 debug_print_marshal("NamedBufferData"); in _mesa_marshal_NamedBufferData()
504 debug_print_marshal("NamedBufferSubData"); in _mesa_marshal_NamedBufferSubData()
635 debug_print_marshal("ClearBufferfv"); in _mesa_marshal_ClearBufferfv()
665 debug_print_marshal("ClearBufferiv"); in _mesa_marshal_ClearBufferiv()
695 debug_print_marshal("ClearBufferuiv"); in _mesa_marshal_ClearBufferuiv()
724 debug_print_marshal("ClearBufferfi"); in _mesa_marshal_ClearBufferfi()
Dmarshal.h121 debug_print_marshal(const char *func) in debug_print_marshal() function