Searched refs:clGetHostTimer (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/device_timer/ |
D | test_device_timer.cpp | 44 result = clGetHostTimer(deviceID, &hostOnlyStartTime); in test_device_and_host_timers() 61 result = clGetHostTimer(deviceID, &hostOnlyEndTime); in test_device_and_host_timers()
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 135 clGetHostTimer;
|
D | libOpenCL_autogen.cpp | 1057 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp) in clGetHostTimer() function 1059 return cl::GetDispatch().clGetHostTimer(device, host_timestamp); in clGetHostTimer()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 183 cl::clGetHostTimer,
|
D | proc_table_cl_autogen.cpp | 134 {"clGetHostTimer", P(::cl::clGetHostTimer)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 560 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp);
|
D | entry_points_cl_autogen.cpp | 2189 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp) in clGetHostTimer() function
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 288 mNative->getDispatch().clGetHostTimer == nullptr || in createInfo()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_consistency.cpp | 884 error = clGetHostTimer(deviceID, &ht); in test_consistency_device_and_host_timer()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1001 clGetHostTimer(cl_device_id device,
|
D | cl_icd.h | 1275 cl_api_clGetHostTimer clGetHostTimer; member
|
D | cl2.hpp | 928 #define __GET_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetHostTimer) 2215 clGetHostTimer(this->get(), &retVal); in getHostTimer()
|
/external/angle/include/CL/ |
D | cl_icd.h | 1275 cl_api_clGetHostTimer clGetHostTimer; member
|
D | cl.h | 1003 clGetHostTimer(cl_device_id device,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1003 clGetHostTimer(cl_device_id device,
|