Searched refs:CFunctionType (Results 1 – 6 of 6) sorted by relevance
102 class CFunctionType(_CFuncPtr): class106 _c_functype_cache[(restype, argtypes, flags)] = CFunctionType107 return CFunctionType502 class CFunctionType(_CFuncPtr): class506 return CFunctionType
195 RoutineCache<State, BlitFunction::CFunctionType> blitCache GUARDED_BY(blitMutex);198 …RoutineCache<State, CornerUpdateFunction::CFunctionType> cornerUpdateCache GUARDED_BY(cornerUpdate…
85 using RoutineCacheType = RoutineCache<State, SetupFunction::CFunctionType>;
105 using RoutineCacheType = RoutineCache<State, VertexRoutineFunction::CFunctionType>;
171 using RoutineCacheType = RoutineCache<State, RasterizerFunction::CFunctionType>;
2654 using CFunctionType = Return(Arguments...); typedef in rr::FunctionT2660 using RoutineType = RoutineT<CFunctionType>;