Searched refs:ShaderFunction_t (Results 1 – 2 of 2) sorted by relevance
78 typedef void (*ShaderFunction_t)(const void*,void*,const void*); typedef
60 …ShaderFunction_t function = (ShaderFunction_t)program->_LinkedShaders[MESA_SHADER_VERTEX]->functio… in GGLProcessVertex()