Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunctions-expected.cc49 int (*function_pointer)(int, int) = &TestFunctionThatTakesTwoInts; in F() local
/external/clang/test/CodeGenCXX/
Dmangle-ms-template-callback.cpp46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
Dmangle-ms-return-qualifiers.cpp173 typedef int (*function_pointer)(int); typedef
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddevice.c247 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13095 …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/
Dihevce_defs.h873 #define PAD_BUF_HOR(pu1_start, stride, ht, p_x, p_y, function_pointer) \ argument
878 #define PAD_BUF_VER(pu1_start, stride, wd, p_x, p_y, function_pointer) \ argument