HomeSort by relevance Sort by last modified time
    Searched refs:VertexOutput_t (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 48 VertexOutput_t ;
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 * v1
    [all...]
  /external/mesa3d/test/
cmain.c 86 VertexOutput_t output = {0};
129 VertexOutput_t output1 = {0};
234 VertexOutput_t vout0 = {0};
  /external/mesa3d/src/pixelflinger2/
scanline.cpp 189 const VertexOutput_t * start, const VertexOutput_t * end, const float (*constants)[4])

Completed in 123 milliseconds