Home
last modified time | relevance | path

Searched defs:function_pointer (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/function_types/
Dfunction_pointer.hpp20 template<typename Types, typename Tag = null_tag> struct function_pointer struct
22 typedef typename function_types::function_type<Types,Tag>::type * type;
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddevice.c247 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13065 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in unaryBase()
13096 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in unary()
13127 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in unaryByComponent()
13161 functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent()
13227 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in binaryBase()
13271 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in binary()
13308 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in binaryByComponent()
13346 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in tenaryBase()
13398 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in tenary()
13435 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in tenaryByComponent()
[all …]
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py326 def link_function_pointer(function_pointer, types): argument