Searched refs:function_pointer (Results 1 – 4 of 4) sorted by relevance
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| D | device.c | 249 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress() argument 255 if (!function_pointer) in vlVdpGetProcAddress() 258 if (!vlGetFuncFTAB(function_id, function_pointer)) in vlVdpGetProcAddress() 261 … VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id); in vlVdpGetProcAddress()
|
| /third_party/skia/third_party/externals/dawn/generator/ |
| D | dawn_json_generator.py | 326 def link_function_pointer(function_pointer, types): argument 327 link_function(function_pointer, types) 421 for function_pointer in by_category['function pointer']: 422 link_function_pointer(function_pointer, types)
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cGPUShaderFP64Tests.cpp | 12838 …Object(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, 13078 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in unaryBase() argument 13080 : functionObject(function_enum, function_name, function_pointer, res_type), m_arg_type(arg_type) in unaryBase() 13109 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in unary() argument 13110 …: unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variable… in unary() 13140 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in unaryByComponent() argument 13142 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type) in unaryByComponent() 13174 functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent() argument 13176 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type) in unaryWithOutputByComponent() 13240 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in binaryBase() argument [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | simulator-aarch64.h | 2696 static void Wrapper(Simulator* simulator, uintptr_t function_pointer) { 2697 R (*function)(P...) = reinterpret_cast<R (*)(P...)>(function_pointer); 2705 static void Wrapper(Simulator* simulator, uintptr_t function_pointer) { 2707 reinterpret_cast<void (*)(P...)>(function_pointer);
|