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