Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h41 typedef void(SWR_API *PFN_CALLBACK_FUNC)(uint64_t data, uint64_t data2, uint64_t data3); typedef
299 PFN_CALLBACK_FUNC pfnFunc,
Dcontext.h123 PFN_CALLBACK_FUNC pfnCallbackFunc;
Dapi.cpp473 void SwrSync(HANDLE hContext, PFN_CALLBACK_FUNC pfnFunc, uint64_t userData, uint64_t userData2, uin… in SwrSync()