Home
last modified time | relevance | path

Searched refs:buildInfo_retval (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Docl.cpp3507 cl_int buildInfo_retval = clGetProgramBuildInfo(handle, (cl_device_id)deviceList[0], in Impl() local
3509 if (buildInfo_retval == CL_SUCCESS && retsz > 1) in Impl()
3513 buildInfo_retval = clGetProgramBuildInfo(handle, (cl_device_id)deviceList[0], in Impl()
3515 if (buildInfo_retval == CL_SUCCESS) in Impl()