Searched refs:ctxDevice (Results 1 – 1 of 1) sorted by relevance
145 cl_device_id ctxDevice = m_devices[0]; in CreateCLContext() local150 ctxDevice = devices[0]; in CreateCLContext()155 log_info("GL context current device is not a CL device, using device %d.\n", ctxDevice); in CreateCLContext()158 return clCreateContext(properties, 1, &ctxDevice, NULL, NULL, &status); in CreateCLContext()