Home
last modified time | relevance | path

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

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