Lines Matching refs:vfmt

430 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt)  in _mesa_noop_vtxfmt_init()  argument
432 _MESA_INIT_ARRAYELT_VTXFMT(vfmt, _ae_); in _mesa_noop_vtxfmt_init()
434 vfmt->Begin = _mesa_noop_Begin; in _mesa_noop_vtxfmt_init()
436 _MESA_INIT_DLIST_VTXFMT(vfmt, _mesa_); in _mesa_noop_vtxfmt_init()
438 vfmt->Color3f = _mesa_noop_Color3f; in _mesa_noop_vtxfmt_init()
439 vfmt->Color3fv = _mesa_noop_Color3fv; in _mesa_noop_vtxfmt_init()
440 vfmt->Color4f = _mesa_noop_Color4f; in _mesa_noop_vtxfmt_init()
441 vfmt->Color4fv = _mesa_noop_Color4fv; in _mesa_noop_vtxfmt_init()
442 vfmt->EdgeFlag = _mesa_noop_EdgeFlag; in _mesa_noop_vtxfmt_init()
443 vfmt->End = _mesa_noop_End; in _mesa_noop_vtxfmt_init()
445 vfmt->PrimitiveRestartNV = _mesa_noop_PrimitiveRestartNV; in _mesa_noop_vtxfmt_init()
447 _MESA_INIT_EVAL_VTXFMT(vfmt, _mesa_noop_); in _mesa_noop_vtxfmt_init()
449 vfmt->FogCoordfEXT = _mesa_noop_FogCoordfEXT; in _mesa_noop_vtxfmt_init()
450 vfmt->FogCoordfvEXT = _mesa_noop_FogCoordfvEXT; in _mesa_noop_vtxfmt_init()
451 vfmt->Indexf = _mesa_noop_Indexf; in _mesa_noop_vtxfmt_init()
452 vfmt->Indexfv = _mesa_noop_Indexfv; in _mesa_noop_vtxfmt_init()
453 vfmt->Materialfv = _mesa_noop_Materialfv; in _mesa_noop_vtxfmt_init()
454 vfmt->MultiTexCoord1fARB = _mesa_noop_MultiTexCoord1fARB; in _mesa_noop_vtxfmt_init()
455 vfmt->MultiTexCoord1fvARB = _mesa_noop_MultiTexCoord1fvARB; in _mesa_noop_vtxfmt_init()
456 vfmt->MultiTexCoord2fARB = _mesa_noop_MultiTexCoord2fARB; in _mesa_noop_vtxfmt_init()
457 vfmt->MultiTexCoord2fvARB = _mesa_noop_MultiTexCoord2fvARB; in _mesa_noop_vtxfmt_init()
458 vfmt->MultiTexCoord3fARB = _mesa_noop_MultiTexCoord3fARB; in _mesa_noop_vtxfmt_init()
459 vfmt->MultiTexCoord3fvARB = _mesa_noop_MultiTexCoord3fvARB; in _mesa_noop_vtxfmt_init()
460 vfmt->MultiTexCoord4fARB = _mesa_noop_MultiTexCoord4fARB; in _mesa_noop_vtxfmt_init()
461 vfmt->MultiTexCoord4fvARB = _mesa_noop_MultiTexCoord4fvARB; in _mesa_noop_vtxfmt_init()
462 vfmt->Normal3f = _mesa_noop_Normal3f; in _mesa_noop_vtxfmt_init()
463 vfmt->Normal3fv = _mesa_noop_Normal3fv; in _mesa_noop_vtxfmt_init()
464 vfmt->SecondaryColor3fEXT = _mesa_noop_SecondaryColor3fEXT; in _mesa_noop_vtxfmt_init()
465 vfmt->SecondaryColor3fvEXT = _mesa_noop_SecondaryColor3fvEXT; in _mesa_noop_vtxfmt_init()
466 vfmt->TexCoord1f = _mesa_noop_TexCoord1f; in _mesa_noop_vtxfmt_init()
467 vfmt->TexCoord1fv = _mesa_noop_TexCoord1fv; in _mesa_noop_vtxfmt_init()
468 vfmt->TexCoord2f = _mesa_noop_TexCoord2f; in _mesa_noop_vtxfmt_init()
469 vfmt->TexCoord2fv = _mesa_noop_TexCoord2fv; in _mesa_noop_vtxfmt_init()
470 vfmt->TexCoord3f = _mesa_noop_TexCoord3f; in _mesa_noop_vtxfmt_init()
471 vfmt->TexCoord3fv = _mesa_noop_TexCoord3fv; in _mesa_noop_vtxfmt_init()
472 vfmt->TexCoord4f = _mesa_noop_TexCoord4f; in _mesa_noop_vtxfmt_init()
473 vfmt->TexCoord4fv = _mesa_noop_TexCoord4fv; in _mesa_noop_vtxfmt_init()
474 vfmt->Vertex2f = _mesa_noop_Vertex2f; in _mesa_noop_vtxfmt_init()
475 vfmt->Vertex2fv = _mesa_noop_Vertex2fv; in _mesa_noop_vtxfmt_init()
476 vfmt->Vertex3f = _mesa_noop_Vertex3f; in _mesa_noop_vtxfmt_init()
477 vfmt->Vertex3fv = _mesa_noop_Vertex3fv; in _mesa_noop_vtxfmt_init()
478 vfmt->Vertex4f = _mesa_noop_Vertex4f; in _mesa_noop_vtxfmt_init()
479 vfmt->Vertex4fv = _mesa_noop_Vertex4fv; in _mesa_noop_vtxfmt_init()
480 vfmt->VertexAttrib1fNV = _mesa_noop_VertexAttrib1fNV; in _mesa_noop_vtxfmt_init()
481 vfmt->VertexAttrib1fvNV = _mesa_noop_VertexAttrib1fvNV; in _mesa_noop_vtxfmt_init()
482 vfmt->VertexAttrib2fNV = _mesa_noop_VertexAttrib2fNV; in _mesa_noop_vtxfmt_init()
483 vfmt->VertexAttrib2fvNV = _mesa_noop_VertexAttrib2fvNV; in _mesa_noop_vtxfmt_init()
484 vfmt->VertexAttrib3fNV = _mesa_noop_VertexAttrib3fNV; in _mesa_noop_vtxfmt_init()
485 vfmt->VertexAttrib3fvNV = _mesa_noop_VertexAttrib3fvNV; in _mesa_noop_vtxfmt_init()
486 vfmt->VertexAttrib4fNV = _mesa_noop_VertexAttrib4fNV; in _mesa_noop_vtxfmt_init()
487 vfmt->VertexAttrib4fvNV = _mesa_noop_VertexAttrib4fvNV; in _mesa_noop_vtxfmt_init()
488 vfmt->VertexAttrib1fARB = _mesa_noop_VertexAttrib1fARB; in _mesa_noop_vtxfmt_init()
489 vfmt->VertexAttrib1fvARB = _mesa_noop_VertexAttrib1fvARB; in _mesa_noop_vtxfmt_init()
490 vfmt->VertexAttrib2fARB = _mesa_noop_VertexAttrib2fARB; in _mesa_noop_vtxfmt_init()
491 vfmt->VertexAttrib2fvARB = _mesa_noop_VertexAttrib2fvARB; in _mesa_noop_vtxfmt_init()
492 vfmt->VertexAttrib3fARB = _mesa_noop_VertexAttrib3fARB; in _mesa_noop_vtxfmt_init()
493 vfmt->VertexAttrib3fvARB = _mesa_noop_VertexAttrib3fvARB; in _mesa_noop_vtxfmt_init()
494 vfmt->VertexAttrib4fARB = _mesa_noop_VertexAttrib4fARB; in _mesa_noop_vtxfmt_init()
495 vfmt->VertexAttrib4fvARB = _mesa_noop_VertexAttrib4fvARB; in _mesa_noop_vtxfmt_init()
497 vfmt->Rectf = _mesa_noop_Rectf; in _mesa_noop_vtxfmt_init()
499 vfmt->DrawArrays = _mesa_noop_DrawArrays; in _mesa_noop_vtxfmt_init()
500 vfmt->DrawElements = _mesa_noop_DrawElements; in _mesa_noop_vtxfmt_init()
501 vfmt->DrawRangeElements = _mesa_noop_DrawRangeElements; in _mesa_noop_vtxfmt_init()
502 vfmt->MultiDrawElementsEXT = _mesa_noop_MultiDrawElements; in _mesa_noop_vtxfmt_init()
503 vfmt->DrawElementsBaseVertex = _mesa_noop_DrawElementsBaseVertex; in _mesa_noop_vtxfmt_init()
504 vfmt->DrawRangeElementsBaseVertex = _mesa_noop_DrawRangeElementsBaseVertex; in _mesa_noop_vtxfmt_init()
505 vfmt->MultiDrawElementsBaseVertex = _mesa_noop_MultiDrawElementsBaseVertex; in _mesa_noop_vtxfmt_init()