Home
last modified time | relevance | path

Searched defs:GetMajor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLVersion.cpp64 uint32_t OpenGLVersion::GetMajor() const { in GetMajor() function in dawn_native::opengl::OpenGLVersion
/third_party/node/deps/v8/src/utils/
Dversion.h24 static int GetMajor() { return major_; } in GetMajor() function