Searched refs:clGetDeviceAndHostTimer (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/device_timer/ |
D | test_device_timer.cpp | 37 result = clGetDeviceAndHostTimer(deviceID, &deviceStartTime, &hostStartTime); in test_device_and_host_timers() 54 result = clGetDeviceAndHostTimer(deviceID, &deviceEndTime, &hostEndTime); in test_device_and_host_timers()
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 134 clGetDeviceAndHostTimer;
|
D | libOpenCL_autogen.cpp | 1050 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device, in clGetDeviceAndHostTimer() function 1054 return cl::GetDispatch().clGetDeviceAndHostTimer(device, device_timestamp, host_timestamp); in clGetDeviceAndHostTimer()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 182 cl::clGetDeviceAndHostTimer,
|
D | proc_table_cl_autogen.cpp | 133 {"clGetDeviceAndHostTimer", P(::cl::clGetDeviceAndHostTimer)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 557 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device,
|
D | entry_points_cl_autogen.cpp | 2175 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device, in clGetDeviceAndHostTimer() function
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 287 mNative->getDispatch().clGetDeviceAndHostTimer == nullptr || in createInfo()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_consistency.cpp | 878 error = clGetDeviceAndHostTimer(deviceID, &dt, &ht); in test_consistency_device_and_host_timer()
|
/external/mesa3d/include/CL/ |
D | cl.h | 996 clGetDeviceAndHostTimer(cl_device_id device,
|
D | cl_icd.h | 1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
|
D | cl2.hpp | 929 #define __GET_DEVICE_AND_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetDeviceAndHostTimer) 2239 clGetDeviceAndHostTimer(this->get(), &(retVal.first), &(retVal.second)); in getDeviceAndHostTimer()
|
/external/angle/include/CL/ |
D | cl_icd.h | 1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
|
D | cl.h | 998 clGetDeviceAndHostTimer(cl_device_id device,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 998 clGetDeviceAndHostTimer(cl_device_id device,
|