Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp142 cl_device_id ctxDevice = m_devices[0]; in CreateCLContext() local
147 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()