HomeSort by relevance Sort by last modified time
    Searched refs:pfnUpdateStats (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 205 PFN_UPDATE_STATS pfnUpdateStats;
context.h 488 PFN_UPDATE_STATS pfnUpdateStats;
threads.cpp 334 if ((pContext->pfnUpdateStats == nullptr) || (GetApiState(pDC).enableStatsBE == false))
352 pContext->pfnUpdateStats(GetPrivateState(pDC), &stats);
    [all...]
api.cpp 155 pContext->pfnUpdateStats = pCreateInfo->pfnUpdateStats;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.cpp 464 createInfo.pfnUpdateStats = swr_UpdateStats;

Completed in 752 milliseconds