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.cpp44 int m_device_count; member in WGLEnvironment
51 m_device_count = 0; in WGLEnvironment()
148 for (int i = 0; i < m_device_count; i++) { in CreateCLContext()
183 m_devices[m_device_count++] = devices[i]; in SupportsCLGLInterop()
186 return m_device_count > 0; in SupportsCLGLInterop()
Dsetup_x11.cpp33 cl_uint m_device_count; member in X11GLEnvironment
38 m_device_count = 0; in X11GLEnvironment()
98 m_devices[m_device_count++] = devices[i]; in SupportsCLGLInterop()