Home
last modified time | relevance | path

Searched refs:GetProcessDrawFunc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.h389 PFN_FE_WORK_FUNC GetProcessDrawFunc(bool IsIndexed,
Dapi.cpp1233 pDC->FeWork.pfnWork = GetProcessDrawFunc(false, // IsIndexed in DrawInstanced()
1388 pDC->FeWork.pfnWork = GetProcessDrawFunc(true, // IsIndexed in DrawIndexedInstance()
Dfrontend.cpp2370 PFN_FE_WORK_FUNC GetProcessDrawFunc(bool IsIndexed, in GetProcessDrawFunc() function