Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 - 25 of 39) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dcall-conv-field.rs12 pub GetVersion: ::std::option::Option<
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/
H A Dcall-conv-field.rs12 pub GetVersion: ::std::option::Option<
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/
H A 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()
H A DCLPlatformVk.h38 static constexpr cl_version GetVersion();
45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion() function in rx::CLPlatformVk
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dcall-conv-field.h8 int (__stdcall *GetVersion)(void *env); member
/third_party/openssl/ohos_lite/
H A De_os.h227 /* Avoid Visual Studio 13 GetVersion deprecated problems */
232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DOpenGLFunctions.h29 const OpenGLVersion& GetVersion() const;
H A DBackendGL.cpp141 if (mFunctions.GetVersion().IsES()) {
181 if (mFunctions.GetVersion().IsDesktop()) {
H A DOpenGLFunctions.cpp49 const OpenGLVersion& OpenGLFunctions::GetVersion() const { in GetVersion() function in dawn_native::opengl::OpenGLFunctions
H A DDeviceGL.cpp101 SetToggle(Toggle::FlushBeforeClientWaitSync, gl.GetVersion().IsES()); in InitTogglesFromDriver()
103 SetToggle(Toggle::UseDummyFragmentInVertexOnlyPipeline, gl.GetVersion().IsES()); in InitTogglesFromDriver()
H A DShaderModuleGL.cpp299 const OpenGLVersion& version = ToBackend(GetDevice())->gl.GetVersion(); in TranslateToGLSL()
/third_party/protobuf/python/
H A Dsetup.py37 def GetVersion(): function
251 version=GetVersion(),
/third_party/node/deps/v8/src/utils/
H A Dversion.h41 static const char* GetVersion() { return version_string_; } in GetVersion() function in v8::internal::Version
/third_party/lzma/C/
H A DDllSecur.c56 // sysinfoapi.h: kit10: GetVersion was declared deprecated
61 if ((UInt16)GetVersion() != 6) { \
H A DCpuArch.c364 #pragma warning(disable : 4996) // `GetVersion': was declared deprecated in CPU_Sys_Is_SSE_Supported()
369 return (Byte)GetVersion() >= 5; in CPU_Sys_Is_SSE_Supported()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-initialization.h93 static const char* GetVersion();
/third_party/node/deps/v8/include/
H A Dv8-initialization.h93 static const char* GetVersion();
/third_party/mesa3d/include/d3dadapter/
H A Dpresent.h153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor); member
169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
/third_party/node/deps/openssl/openssl/
H A De_os.h174 /* Avoid Visual Studio 13 GetVersion deprecated problems */
179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/openssl/
H A De_os.h174 /* Avoid Visual Studio 13 GetVersion deprecated problems */
179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/node/src/
H A Dnode_metadata.cc79 v8 = v8::V8::GetVersion(); in Versions()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib.h263 UINT_32 GetVersion() in GetVersion() function in Addr::Lib
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A DFind-VisualStudio.cs141 string GetVersion(); in GetVersion() method
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp98 if (FAILED(version_info->GetVersion(&major, &minor))) in get_validator_version()
/third_party/zlib/contrib/untgz/
H A Duntgz.c244 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()

Completed in 18 milliseconds

12