Home
last modified time | relevance | path

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

/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.h78 typedef void (*ShaderFunction_t)(const void*,void*,const void*); typedef
Draster.cpp60ShaderFunction_t function = (ShaderFunction_t)program->_LinkedShaders[MESA_SHADER_VERTEX]->functio… in GGLProcessVertex()