Home
last modified time | relevance | path

Searched refs:SwrSetVertexFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h417 SWR_FUNC(void, SwrSetVertexFunc, HANDLE hContext, PFN_VERTEX_FUNC pfnVertexFunc);
Dapi.cpp633 void SwrSetVertexFunc(HANDLE hContext, PFN_VERTEX_FUNC pfnVertexFunc) in SwrSetVertexFunc() function
1770 out_funcs.pfnSwrSetVertexFunc = SwrSetVertexFunc; in SwrGetInterface()