Home
last modified time | relevance | path

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

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dcall-conv-field.rs12 pub GetVersion: ::std::option::Option< field
36 ::std::ptr::addr_of!((*ptr).GetVersion) as usize - ptr as usize in bindgen_test_layout_JNINativeInterface_()
43 stringify!(GetVersion) in bindgen_test_layout_JNINativeInterface_()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
Dcall-conv-field.rs12 pub GetVersion: ::std::option::Option< field
36 ::std::ptr::addr_of!((*ptr).GetVersion) as usize - ptr as usize in bindgen_test_layout_JNINativeInterface_()
43 stringify!(GetVersion) in bindgen_test_layout_JNINativeInterface_()
/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/ohos_lite/
De_os.h232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dcall-conv-field.h8 int (__stdcall *GetVersion)(void *env); member
/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/openssl/
De_os.h179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/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/protobuf/python/
Dsetup.py37 def GetVersion(): function
251 version=GetVersion(),
/third_party/cef/include/
Dcef_web_plugin.h66 virtual CefString GetVersion() = 0;
/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/glslang/
DCHANGES.md30 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib.h263 UINT_32 GetVersion() in GetVersion() function
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs141 string GetVersion(); in GetVersion() method
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_validator.cpp98 if (FAILED(version_info->GetVersion(&major, &minor))) in get_validator_version()
/third_party/zlib/contrib/untgz/
Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()

12