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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h46 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
47 GLubyte *ef = VB->EdgeFlag;
122 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
123 GLubyte *ef = VB->EdgeFlag;
H A Dt_dd_tritmp.h36 * DO_TWOSIDE: Plug back-color values from the VB into backfacing triangles,
58 * VERT_SET_RGBA: Assign vertex rgba from VB color.
132 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb; local
198 GLfloat (*vbcolor)[4] = VB->ColorPtr[1]->data;
207 if (VB->ColorPtr[1]->stride) {
208 ASSERT(VB->ColorPtr[1]->stride == 4*sizeof(GLfloat));
224 if (HAVE_SPEC && VB->SecondaryColorPtr[1]) {
225 GLfloat (*vbspec)[4] = VB->SecondaryColorPtr[1]->data;
226 ASSERT(VB->SecondaryColorPtr[1]->stride == 4*sizeof(GLfloat));
240 GLfloat (*vbindex) = (GLfloat *)VB
395 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb; local
680 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
700 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
742 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb; local
[all...]
H A Dt_dd_vbtmp.h126 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
138 const GLubyte *mask = VB->ClipMask;
142 /* __FUNCTION__, VB->importable_data, start, end); */
146 coord = VB->ClipPtr->data;
147 coord_stride = VB->ClipPtr->stride;
150 coord = VB->NdcPtr->data;
151 coord_stride = VB->NdcPtr->stride;
156 tc3 = VB->TexCoordPtr[t3]->data;
157 tc3_stride = VB->TexCoordPtr[t3]->stride;
159 tc3_size = VB
345 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
409 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
437 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
481 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/
H A Dss_tritmp.h35 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
70 if (VB->ColorPtr[1]) {
71 GLfloat (*vbcolor)[4] = VB->ColorPtr[1]->data;
84 if (VB->ColorPtr[1]->stride) {
111 if (VB->SecondaryColorPtr[1]) {
112 GLfloat (*vbspec)[4] = VB->SecondaryColorPtr[1]->data;
118 if (VB->SecondaryColorPtr[1]->stride) {
130 GLfloat *vbindex = (GLfloat *)VB->IndexPtr[1]->data;
203 if (VB->ColorPtr[1]) {
216 if (VB
238 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_cliptmp.h121 struct vertex_buffer *VB = &tnl->vb; local
123 GLfloat (*coord)[4] = VB->ClipPtr->data;
124 GLuint newvert = VB->Count;
151 if (VB->ClipMask[v0]) {
165 if (VB->ClipMask[v1]) {
190 struct vertex_buffer *VB = &tnl->vb; local
192 GLuint newvert = VB->Count;
193 GLfloat (*coord)[4] = VB->ClipPtr->data;
225 ASSERT( inlist[0] >= VB->Count );
241 struct vertex_buffer *VB local
[all...]
H A Dt_vb_lighttmp.h43 * VB is the vertex buffer
48 struct vertex_buffer *VB,
59 const GLuint nstride = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->stride;
60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data;
69 const GLuint nr = VB->Count;
75 VB->ColorPtr[0] = &store->LitColor[0];
76 VB->SecondaryColorPtr[0] = &store->LitSecondary[0];
80 VB->ColorPtr[1] = &store->LitColor[1];
81 VB->SecondaryColorPtr[1] = &store->LitSecondary[1];
236 struct vertex_buffer *VB,
47 light_rgba_spec( GLcontext *ctx, struct vertex_buffer *VB, struct tnl_pipeline_stage *stage, GLvector4f *input ) argument
235 light_rgba( GLcontext *ctx, struct vertex_buffer *VB, struct tnl_pipeline_stage *stage, GLvector4f *input ) argument
424 light_fast_rgba_single( GLcontext *ctx, struct vertex_buffer *VB, struct tnl_pipeline_stage *stage, GLvector4f *input ) argument
532 light_fast_rgba( GLcontext *ctx, struct vertex_buffer *VB, struct tnl_pipeline_stage *stage, GLvector4f *input ) argument
650 light_ci( GLcontext *ctx, struct vertex_buffer *VB, struct tnl_pipeline_stage *stage, GLvector4f *input ) argument
[all...]

Completed in 67 milliseconds