Searched refs:makeDefaultProvided (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 1989 static void makeDefaultProvided(const Device &p) { function in class:cl::Device 2040 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_device)); 2258 static void makeDefaultProvided(const Platform &p) { function in class:cl::Platform 2318 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_platform)); 2633 static void makeDefaultProvided(const Context &c) { function in class:cl::Context 2850 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_context)); 6676 static void makeDefaultProvided(const CommandQueue &c) { function in class:cl::CommandQueue 7077 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_queue));
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 2086 static void makeDefaultProvided(const Device &p) { function in class:cl::Device 2137 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_device)); 2402 static void makeDefaultProvided(const Platform &p) { function in class:cl::Platform 2462 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_platform)); 2777 static void makeDefaultProvided(const Context &c) { function in class:cl::Context 2994 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_context)); 7026 static void makeDefaultProvided(const CommandQueue &c) { 7427 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_queue));
|
Completed in 25 milliseconds