Searched defs:function_pointer (Results 1 – 6 of 6) sorted by relevance
| /external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
| D | functions-expected.cc | 49 int (*function_pointer)(int, int) = &TestFunctionThatTakesTwoInts; in F() local
|
| /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/state_trackers/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 | 873 #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
|