Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLVersion.cpp68 uint32_t OpenGLVersion::GetMinor() const { in GetMinor() function in dawn_native::opengl::OpenGLVersion
/third_party/node/deps/v8/src/utils/
Dversion.h25 static int GetMinor() { return minor_; } in GetMinor() function