Searched refs:basefn (Results 1 – 5 of 5) sorted by relevance
25 typedef int (*basefn)(cl_device_id deviceID, cl_context context, typedef27 extern int test_threaded_function(basefn fnToTest, cl_device_id device,
30 basefn mFunction;66 int test_threaded_function( basefn fnToTest, cl_device_id device, cl_context context, cl_command_qu…
72 basefn func;
42 virtual basefn getFunction() = 0;75 basefn fn; \79 basefn getFunction() { return fn; } \
52 test_case_registration(const std::string& name, const basefn ptr) in test_case_registration()