Searched defs:VertexOutput_t (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h48 VertexOutput_t ; typedef in typeref:struct:VertexOutput
206 VertexOutput_t * output);
211 void (* RasterTriangle)(const GGLInterface_t * iface, const VertexOutput_t * v1,
212 const VertexOutput_t * v2, const VertexOutput_t * v3);
214 void (* RasterTrapezoid)(const GGLInterface_t * iface, const VertexOutput_t * tl,
215 const VertexOutput_t * tr, const VertexOutput_t * bl,
216 const VertexOutput_t * br);
219 void (* ScanLine)(const GGLInterface_t * iface, const VertexOutput_t * v
[all...]

Completed in 118 milliseconds