Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp41 int m_device_count; member in WGLEnvironment
48 m_device_count = 0; in WGLEnvironment()
145 for (int i = 0; i < m_device_count; i++) { in CreateCLContext()
180 m_devices[m_device_count++] = devices[i]; in SupportsCLGLInterop()
183 return m_device_count > 0; in SupportsCLGLInterop()
Dsetup_x11.cpp28 cl_uint m_device_count; member in X11GLEnvironment
33 m_device_count = 0; in X11GLEnvironment()
100 m_devices[m_device_count++] = devices[i]; in SupportsCLGLInterop()