Home
last modified time | relevance | path

Searched defs:GetGlobalContext (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libGLESv2/
Dglobal_state.h123 ANGLE_INLINE Context *GetGlobalContext() in GetGlobalContext() function
/external/cronet/tot/third_party/google_benchmark/src/src/
Dbenchmark.cc156 BENCHMARK_EXPORT std::map<std::string, std::string>*& GetGlobalContext() { in GetGlobalContext() function
/external/cronet/stable/third_party/google_benchmark/src/src/
Dbenchmark.cc156 BENCHMARK_EXPORT std::map<std::string, std::string>*& GetGlobalContext() { in GetGlobalContext() function
/external/google-benchmark/src/
Dbenchmark.cc151 BENCHMARK_EXPORT std::map<std::string, std::string>*& GetGlobalContext() { in GetGlobalContext() function
/external/llvm/bindings/python/llvm/
Dcore.py429 def GetGlobalContext(cls): member in Context