| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_init_tmp.h | 28 vfmt->ArrayElement = NAME_AE(ArrayElement); 30 vfmt->Begin = NAME(Begin); 31 vfmt->End = NAME(End); 32 vfmt->PrimitiveRestartNV = NAME(PrimitiveRestartNV); 34 vfmt->CallList = NAME_CALLLIST(CallList); 35 vfmt->CallLists = NAME_CALLLIST(CallLists); 37 vfmt->EvalCoord1f = NAME(EvalCoord1f); 38 vfmt->EvalCoord1fv = NAME(EvalCoord1fv); 39 vfmt->EvalCoord2f = NAME(EvalCoord2f); 40 vfmt [all...] |
| H A D | vbo_noop.h | 34 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat *vfmt);
|
| H A D | vbo_noop.c | 123 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat * vfmt) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | vtxfmt.c | 46 const GLvertexformat *vfmt) 51 SET_Color4f(tab, vfmt->Color4f); 55 _mesa_install_arrayelt_vtxfmt(tab, vfmt); 56 SET_Color3f(tab, vfmt->Color3f); 57 SET_Color3fv(tab, vfmt->Color3fv); 58 SET_Color4fv(tab, vfmt->Color4fv); 59 SET_EdgeFlag(tab, vfmt->EdgeFlag); 63 _mesa_install_eval_vtxfmt(tab, vfmt); 67 SET_Materialfv(tab, vfmt->Materialfv); 68 SET_MultiTexCoord4fARB(tab, vfmt 45 install_vtxfmt(struct gl_context * ctx,struct _glapi_table * tab,const GLvertexformat * vfmt) argument 233 _mesa_install_exec_vtxfmt(struct gl_context * ctx,const GLvertexformat * vfmt) argument 246 _mesa_install_save_vtxfmt(struct gl_context * ctx,const GLvertexformat * vfmt) argument [all...] |
| H A D | vtxfmt.h | 44 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ); 45 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
|
| H A D | api_arrayelt.h | 40 const GLvertexformat *vfmt);
|
| H A D | dlist.h | 127 const GLvertexformat *vfmt);
|
| H A D | eval.c | 825 const GLvertexformat *vfmt) 827 SET_EvalCoord1f(disp, vfmt->EvalCoord1f); 828 SET_EvalCoord1fv(disp, vfmt->EvalCoord1fv); 829 SET_EvalCoord2f(disp, vfmt->EvalCoord2f); 830 SET_EvalCoord2fv(disp, vfmt->EvalCoord2fv); 831 SET_EvalPoint1(disp, vfmt->EvalPoint1); 832 SET_EvalPoint2(disp, vfmt->EvalPoint2); 824 _mesa_install_eval_vtxfmt(struct _glapi_table * disp,const GLvertexformat * vfmt) argument
|
| H A D | eval.h | 67 const GLvertexformat *vfmt);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | vtxfmt.c | 46 const GLvertexformat *vfmt) 51 SET_Color4f(tab, vfmt->Color4f); 55 _mesa_install_arrayelt_vtxfmt(tab, vfmt); 56 SET_Color3f(tab, vfmt->Color3f); 57 SET_Color3fv(tab, vfmt->Color3fv); 58 SET_Color4fv(tab, vfmt->Color4fv); 59 SET_EdgeFlag(tab, vfmt->EdgeFlag); 63 _mesa_install_eval_vtxfmt(tab, vfmt); 67 SET_Materialfv(tab, vfmt->Materialfv); 68 SET_MultiTexCoord4fARB(tab, vfmt 45 install_vtxfmt(struct gl_context * ctx,struct _glapi_table * tab,const GLvertexformat * vfmt) argument 492 _mesa_install_exec_vtxfmt(struct gl_context * ctx,const GLvertexformat * vfmt) argument 505 _mesa_install_save_vtxfmt(struct gl_context * ctx,const GLvertexformat * vfmt) argument [all...] |
| H A D | vtxfmt.h | 44 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ); 45 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
|
| H A D | api_arrayelt.h | 40 const GLvertexformat *vfmt);
|
| H A D | dlist.h | 120 const GLvertexformat *vfmt);
|
| H A D | eval.c | 828 const GLvertexformat *vfmt) 830 SET_EvalCoord1f(disp, vfmt->EvalCoord1f); 831 SET_EvalCoord1fv(disp, vfmt->EvalCoord1fv); 832 SET_EvalCoord2f(disp, vfmt->EvalCoord2f); 833 SET_EvalCoord2fv(disp, vfmt->EvalCoord2fv); 834 SET_EvalPoint1(disp, vfmt->EvalPoint1); 835 SET_EvalPoint2(disp, vfmt->EvalPoint2); 827 _mesa_install_eval_vtxfmt(struct _glapi_table * disp,const GLvertexformat * vfmt) argument
|
| H A D | eval.h | 67 const GLvertexformat *vfmt);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_noop.c | 361 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt) argument 363 vfmt->ArrayElement = _mesa_noop_ArrayElement; 365 vfmt->Begin = _mesa_noop_Begin; 367 vfmt->CallList = _mesa_CallList; 368 vfmt->CallLists = _mesa_CallLists; 370 vfmt->Color3f = _mesa_noop_Color3f; 371 vfmt->Color3fv = _mesa_noop_Color3fv; 372 vfmt->Color4f = _mesa_noop_Color4f; 373 vfmt->Color4fv = _mesa_noop_Color4fv; 374 vfmt [all...] |
| H A D | vbo_noop.h | 34 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
|
| H A D | vbo_exec_api.c | 951 GLvertexformat *vfmt = &exec->vtxfmt; local in function:vbo_exec_vtxfmt_init 953 vfmt->ArrayElement = _ae_ArrayElement; 955 vfmt->Begin = vbo_exec_Begin; 956 vfmt->End = vbo_exec_End; 957 vfmt->PrimitiveRestartNV = vbo_exec_PrimitiveRestartNV; 959 vfmt->CallList = _mesa_CallList; 960 vfmt->CallLists = _mesa_CallLists; 962 vfmt->EvalCoord1f = vbo_exec_EvalCoord1f; 963 vfmt->EvalCoord1fv = vbo_exec_EvalCoord1fv; 964 vfmt [all...] |
| H A D | vbo_save_api.c | 1560 GLvertexformat *vfmt = &save->vtxfmt; local in function:vtxfmt_init 1562 vfmt->ArrayElement = _ae_ArrayElement; 1564 vfmt->Color3f = _save_Color3f; 1565 vfmt->Color3fv = _save_Color3fv; 1566 vfmt->Color4f = _save_Color4f; 1567 vfmt->Color4fv = _save_Color4fv; 1568 vfmt->EdgeFlag = _save_EdgeFlag; 1569 vfmt->End = _save_End; 1570 vfmt->PrimitiveRestartNV = _save_PrimitiveRestartNV; 1571 vfmt [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_maos_arrays.c | 149 GLuint vfmt = 0; local in function:radeonEmitArrays 168 case 4: vfmt |= RADEON_CP_VC_FRMT_W0; 169 case 3: vfmt |= RADEON_CP_VC_FRMT_Z; 170 case 2: vfmt |= RADEON_CP_VC_FRMT_XY; 187 vfmt |= RADEON_CP_VC_FRMT_N0; 196 vfmt |= RADEON_CP_VC_FRMT_FPCOLOR | RADEON_CP_VC_FRMT_FPALPHA; 201 vfmt |= RADEON_CP_VC_FRMT_FPCOLOR; 228 vfmt |= RADEON_CP_VC_FRMT_FPSPEC; 243 vfmt |= RADEON_CP_VC_FRMT_FPFOG; 262 vfmt | [all...] |
| H A D | radeon_sanity.c | 659 static int print_vertex_format( int vfmt ) argument 664 vfmt, 666 (vfmt & RADEON_CP_VC_FRMT_Z) ? "z," : "", 667 (vfmt & RADEON_CP_VC_FRMT_W0) ? "w0," : "", 668 (vfmt & RADEON_CP_VC_FRMT_FPCOLOR) ? "fpcolor," : "", 669 (vfmt & RADEON_CP_VC_FRMT_FPALPHA) ? "fpalpha," : "", 670 (vfmt & RADEON_CP_VC_FRMT_PKCOLOR) ? "pkcolor," : "", 671 (vfmt & RADEON_CP_VC_FRMT_FPSPEC) ? "fpspec," : "", 672 (vfmt & RADEON_CP_VC_FRMT_FPFOG) ? "fpfog," : "", 673 (vfmt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_maos_arrays.c | 148 GLuint vfmt = 0; local in function:radeonEmitArrays 167 case 4: vfmt |= RADEON_CP_VC_FRMT_W0; 168 case 3: vfmt |= RADEON_CP_VC_FRMT_Z; 169 case 2: vfmt |= RADEON_CP_VC_FRMT_XY; 186 vfmt |= RADEON_CP_VC_FRMT_N0; 195 vfmt |= RADEON_CP_VC_FRMT_FPCOLOR | RADEON_CP_VC_FRMT_FPALPHA; 200 vfmt |= RADEON_CP_VC_FRMT_FPCOLOR; 227 vfmt |= RADEON_CP_VC_FRMT_FPSPEC; 242 vfmt |= RADEON_CP_VC_FRMT_FPFOG; 261 vfmt | [all...] |
| H A D | radeon_sanity.c | 659 static int print_vertex_format( int vfmt ) argument 664 vfmt, 666 (vfmt & RADEON_CP_VC_FRMT_Z) ? "z," : "", 667 (vfmt & RADEON_CP_VC_FRMT_W0) ? "w0," : "", 668 (vfmt & RADEON_CP_VC_FRMT_FPCOLOR) ? "fpcolor," : "", 669 (vfmt & RADEON_CP_VC_FRMT_FPALPHA) ? "fpalpha," : "", 670 (vfmt & RADEON_CP_VC_FRMT_PKCOLOR) ? "pkcolor," : "", 671 (vfmt & RADEON_CP_VC_FRMT_FPSPEC) ? "fpspec," : "", 672 (vfmt & RADEON_CP_VC_FRMT_FPFOG) ? "fpfog," : "", 673 (vfmt [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_sanity.c | 993 static int print_vertex_format( int vfmt ) 998 vfmt, 1000 (vfmt & R200_VTX_Z0) ? "z," : "", 1001 (vfmt & R200_VTX_W0) ? "w0," : "", 1002 (vfmt & R200_VTX_FPCOLOR) ? "fpcolor," : "", 1003 (vfmt & R200_VTX_FPALPHA) ? "fpalpha," : "", 1004 (vfmt & R200_VTX_PKCOLOR) ? "pkcolor," : "", 1005 (vfmt & R200_VTX_FPSPEC) ? "fpspec," : "", 1006 (vfmt & R200_VTX_FPFOG) ? "fpfog," : "", 1007 (vfmt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_sanity.c | 993 static int print_vertex_format( int vfmt ) 998 vfmt, 1000 (vfmt & R200_VTX_Z0) ? "z," : "", 1001 (vfmt & R200_VTX_W0) ? "w0," : "", 1002 (vfmt & R200_VTX_FPCOLOR) ? "fpcolor," : "", 1003 (vfmt & R200_VTX_FPALPHA) ? "fpalpha," : "", 1004 (vfmt & R200_VTX_PKCOLOR) ? "pkcolor," : "", 1005 (vfmt & R200_VTX_FPSPEC) ? "fpspec," : "", 1006 (vfmt & R200_VTX_FPFOG) ? "fpfog," : "", 1007 (vfmt [all...] |