Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/gl/
Dsetup.h41 virtual int SupportsCLGLInterop( cl_device_type device_type) = 0;
Dsetup_x11.cpp71 virtual int SupportsCLGLInterop( cl_device_type device_type ) in SupportsCLGLInterop() function in X11GLEnvironment
Dsetup_osx.cpp104 virtual int SupportsCLGLInterop( cl_device_type device_type ) in SupportsCLGLInterop() function in OSXGLEnvironment
Dsetup_win32.cpp161 virtual int SupportsCLGLInterop( cl_device_type device_type ) in SupportsCLGLInterop() function in WGLEnvironment
/external/OpenCL-CTS/test_common/gles/
Dsetup.h37 virtual int SupportsCLGLInterop( cl_device_type device_type) = 0;
/external/OpenCL-CTS/test_conformance/gles/
Dsetup_egl.cpp150 virtual int SupportsCLGLInterop( cl_device_type device_type ) in SupportsCLGLInterop() function in EGLGLEnvironment
Dmain.cpp163 int supported = glEnv->SupportsCLGLInterop( requestedDeviceType ); in main()
/external/OpenCL-CTS/test_conformance/gl/
Dmain.cpp226 int supported = glEnv->SupportsCLGLInterop( requestedDeviceType ); in main()