Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLPlatformVk.cpp52 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()
DCLPlatformVk.h38 static constexpr cl_version GetVersion();
45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion() function
/third_party/openssl/
De_os.h232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/cef/libcef/browser/
Dweb_plugin_impl.h18 CefString GetVersion() override;
Dweb_plugin_impl.cc48 CefString CefWebPluginInfoImpl::GetVersion() { in GetVersion() function in CefWebPluginInfoImpl
/third_party/cef/libcef_dll/ctocpp/
Dweb_plugin_info_ctocpp.h42 CefString GetVersion() override;
Dweb_plugin_info_ctocpp.cc56 NO_SANITIZE("cfi-icall") CefString CefWebPluginInfoCToCpp::GetVersion() { in GetVersion() function in CefWebPluginInfoCToCpp
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLFunctions.h29 const OpenGLVersion& GetVersion() const;
DBackendGL.cpp141 if (mFunctions.GetVersion().IsES()) { in InitializeImpl()
181 if (mFunctions.GetVersion().IsDesktop()) { in InitializeImpl()
DOpenGLFunctions.cpp49 const OpenGLVersion& OpenGLFunctions::GetVersion() const { in GetVersion() function in dawn_native::opengl::OpenGLFunctions
DDeviceGL.cpp101 SetToggle(Toggle::FlushBeforeClientWaitSync, gl.GetVersion().IsES()); in InitTogglesFromDriver()
103 SetToggle(Toggle::UseDummyFragmentInVertexOnlyPipeline, gl.GetVersion().IsES()); in InitTogglesFromDriver()
/third_party/cef/include/
Dcef_web_plugin.h66 virtual CefString GetVersion() = 0;
/third_party/protobuf/python/
Dsetup.py37 def GetVersion(): function
251 version=GetVersion(),
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_manager.cc81 if (client->GetVersion() != nullptr) { in CheckDDKVersion()
82 std::string version = client->GetVersion(); in CheckDDKVersion()
/third_party/cef/libcef_dll/cpptoc/
Dweb_plugin_info_cpptoc.cc67 CefString _retval = CefWebPluginInfoCppToC::Get(self)->GetVersion(); in web_plugin_info_get_version()
/third_party/mesa3d/include/d3dadapter/
Dpresent.h153 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/
Dnode_metadata.cc69 v8 = v8::V8::GetVersion(); in Versions()
/third_party/mindspore/include/api/
Ddelegate.h99 SchemaVersion GetVersion() const { return version_; } in GetVersion() function
/third_party/glslang/
DCHANGES.md30 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Dmi_pybind_register.cc32 .def("GetVersion", &DbgServices::GetVersion); in PYBIND11_MODULE()
Ddbg_services.h214 std::string GetVersion() const;
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib.h264 UINT_32 GetVersion() in GetVersion() function
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py44 return cds.DbgServices().GetVersion()
67 self.version = self.dbg_instance.GetVersion()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs141 string GetVersion(); in GetVersion() method
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/
Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()

12