Searched refs:device_cb (Results 1 – 2 of 2) sorted by relevance
/external/libcups/systemv/ |
D | lpinfo.c | 23 static void device_cb(const char *device_class, const char *device_id, 252 device_cb( in device_cb() function 299 exclude_schemes, device_cb, &long_status) != IPP_OK) in show_devices()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 668 size_t device_cb; in test_fence_sync() local 669 cl_int err = clGetContextInfo( context, CL_CONTEXT_DEVICES, 0, NULL, &device_cb); in test_fence_sync() 675 vs_count = (GLint)device_cb / sizeof(cl_device_id); in test_fence_sync() 682 device_list = (cl_device_id *) malloc(device_cb); in test_fence_sync() 683 err = clGetContextInfo( context, CL_CONTEXT_DEVICES, device_cb, device_list, NULL); in test_fence_sync()
|