Home
last modified time | relevance | path

Searched refs:CFunctionType (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py102 class CFunctionType(_CFuncPtr): class
106 _c_functype_cache[(restype, argtypes, flags)] = CFunctionType
107 return CFunctionType
502 class CFunctionType(_CFuncPtr): class
506 return CFunctionType
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.hpp195 RoutineCache<State, BlitFunction::CFunctionType> blitCache GUARDED_BY(blitMutex);
198 …RoutineCache<State, CornerUpdateFunction::CFunctionType> cornerUpdateCache GUARDED_BY(cornerUpdate…
DSetupProcessor.hpp85 using RoutineCacheType = RoutineCache<State, SetupFunction::CFunctionType>;
DVertexProcessor.hpp105 using RoutineCacheType = RoutineCache<State, VertexRoutineFunction::CFunctionType>;
DPixelProcessor.hpp171 using RoutineCacheType = RoutineCache<State, RasterizerFunction::CFunctionType>;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp2654 using CFunctionType = Return(Arguments...); typedef in rr::FunctionT
2660 using RoutineType = RoutineT<CFunctionType>;