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

/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu.c13 ArraySPU array_spu; variable
38 array_spu.self.EdgeFlagv(p);
66 case 1: array_spu.self.VertexAttrib1svARB(attr, (GLshort *)p); break;
67 case 2: array_spu.self.VertexAttrib2svARB(attr, (GLshort *)p); break;
68 case 3: array_spu.self.VertexAttrib3svARB(attr, (GLshort *)p); break;
69 case 4: array_spu.self.VertexAttrib4svARB(attr, (GLshort *)p); break;
76 case 1: array_spu.self.VertexAttrib1fARB(attr, p[0]); break;
77 case 2: array_spu.self.VertexAttrib2fARB(attr, p[0], p[1]); break;
78 case 3: array_spu.self.VertexAttrib3fARB(attr, p[0], p[1], p[2]); break;
79 case 4: array_spu
[all...]

Completed in 45 milliseconds