Searched defs:function_pointer (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-template-callback.cpp | 46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
|
D | mangle-ms-return-qualifiers.cpp | 173 typedef int (*function_pointer)(int); typedef
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | device.c | 247 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13095 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in unaryBase() 13126 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in unary() 13157 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in unaryByComponent() 13191 functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent() 13257 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in binaryBase() 13304 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in binary() 13341 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in binaryByComponent() 13379 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in tenaryBase() 13435 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in tenary() 13472 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in tenaryByComponent() [all …]
|
/external/libhevc/encoder/ |
D | ihevce_defs.h | 875 #define PAD_BUF_HOR(pu1_start, stride, ht, p_x, p_y, function_pointer) \ argument 880 #define PAD_BUF_VER(pu1_start, stride, wd, p_x, p_y, function_pointer) \ argument
|