/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CLPlatformVk.cpp | 52 info.version = GetVersion(); in createInfo() 100 "OpenCL " + std::to_string(CL_VERSION_MAJOR(GetVersion())) + "." + in GetVersionString() 101 std::to_string(CL_VERSION_MINOR(GetVersion())) + " ANGLE " + in GetVersionString()
|
D | CLPlatformVk.h | 38 static constexpr cl_version GetVersion(); 45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion() function
|
/third_party/openssl/ |
D | e_os.h | 232 # define check_winnt() (GetVersion() < 0x80000000) 233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/cef/libcef/browser/ |
D | web_plugin_impl.h | 18 CefString GetVersion() override;
|
D | web_plugin_impl.cc | 48 CefString CefWebPluginInfoImpl::GetVersion() { in GetVersion() function in CefWebPluginInfoImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | web_plugin_info_ctocpp.h | 42 CefString GetVersion() override;
|
D | web_plugin_info_ctocpp.cc | 56 NO_SANITIZE("cfi-icall") CefString CefWebPluginInfoCToCpp::GetVersion() { in GetVersion() function in CefWebPluginInfoCToCpp
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | OpenGLFunctions.h | 29 const OpenGLVersion& GetVersion() const;
|
D | BackendGL.cpp | 141 if (mFunctions.GetVersion().IsES()) { in InitializeImpl() 181 if (mFunctions.GetVersion().IsDesktop()) { in InitializeImpl()
|
D | OpenGLFunctions.cpp | 49 const OpenGLVersion& OpenGLFunctions::GetVersion() const { in GetVersion() function in dawn_native::opengl::OpenGLFunctions
|
D | DeviceGL.cpp | 101 SetToggle(Toggle::FlushBeforeClientWaitSync, gl.GetVersion().IsES()); in InitTogglesFromDriver() 103 SetToggle(Toggle::UseDummyFragmentInVertexOnlyPipeline, gl.GetVersion().IsES()); in InitTogglesFromDriver()
|
/third_party/cef/include/ |
D | cef_web_plugin.h | 66 virtual CefString GetVersion() = 0;
|
/third_party/protobuf/python/ |
D | setup.py | 37 def GetVersion(): function 251 version=GetVersion(),
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/ |
D | npu_manager.cc | 81 if (client->GetVersion() != nullptr) { in CheckDDKVersion() 82 std::string version = client->GetVersion(); in CheckDDKVersion()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | web_plugin_info_cpptoc.cc | 67 CefString _retval = CefWebPluginInfoCppToC::Get(self)->GetVersion(); in web_plugin_info_get_version()
|
/third_party/mesa3d/include/d3dadapter/ |
D | present.h | 153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor); 169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
|
/third_party/node/src/ |
D | node_metadata.cc | 69 v8 = v8::V8::GetVersion(); in Versions()
|
/third_party/mindspore/include/api/ |
D | delegate.h | 99 SchemaVersion GetVersion() const { return version_; } in GetVersion() function
|
/third_party/glslang/ |
D | CHANGES.md | 30 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/ |
D | mi_pybind_register.cc | 32 .def("GetVersion", &DbgServices::GetVersion); in PYBIND11_MODULE()
|
D | dbg_services.h | 214 std::string GetVersion() const;
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib.h | 264 UINT_32 GetVersion() in GetVersion() function
|
/third_party/mindspore/mindspore/offline_debug/ |
D | dbg_services.py | 44 return cds.DbgServices().GetVersion() 67 self.version = self.dbg_instance.GetVersion()
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | Find-VisualStudio.cs | 141 string GetVersion(); in GetVersion() method
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/ |
D | untgz.c | 233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
|