Home
last modified time | relevance | path

Searched refs:getMinorVersion (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.cpp77 printf("config.type.getMinorVersion() = %d\n", config.type.getMinorVersion()); in OhosRendContext()
92 if (config.type.getMajorVersion() == 2 && config.type.getMinorVersion() == 0) in OhosRendContext()
96 else if (config.type.getMajorVersion() == 3 && config.type.getMinorVersion() == 0) in OhosRendContext()
100 else if (config.type.getMajorVersion() == 3 && config.type.getMinorVersion() == 1) in OhosRendContext()
104 else if (config.type.getMajorVersion() == 3 && config.type.getMinorVersion() == 2) in OhosRendContext()
/third_party/node/deps/npm/scripts/
Dupdate-dist-tags.js24 const getMinorVersion = (input) => semver.parse(input).minor function
48 const minor = getMinorVersion(version)
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContext.cpp181 …::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4) in Context()
186 …::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() == 5) in Context()
191 …::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() == 6) in Context()
196 …xtTypeGLCompatibility(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 2) in Context()
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp82 …int getMinorVersion (void) const { return int((m_bits>>MINOR_SHIFT) & ((1u<<MINOR_BITS)-1u))… in getMinorVersion() function in glu::ApiType
156 using ApiType::getMinorVersion;
DgluRenderContext.cpp57 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual()
DgluStrUtil.cpp133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
/third_party/vk-gl-cts/framework/egl/
DegluGLUtil.cpp110 attribList.push_back(contextType.getMinorVersion()); in createGLContext()
125 attribList.push_back(contextType.getMinorVersion()); in createGLContext()
DegluGLContextFactory.cpp429 if (config.type.getMinorVersion() <= 2) in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h111 uint16_t getMinorVersion() const { return Suffix->Version; } in getMinorVersion() function
178 uint16_t getMinorVersion() const { return MinorVersion; } in getMinorVersion() function
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp384 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext()
452 if (contextType.getMinorVersion() <= 2) in EglRenderContext()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2); in mapGLFloatVertexAttributeType()
DsglrReferenceContext.cpp259 int minorVersion = contextType.getMinorVersion(); in ReferenceContextLimits()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp603 …t().getType().getMajorVersion() == 3) && (ctx.getRenderContext().getType().getMinorVersion() == 1)) in accessing_bounding_box_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp505 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()
889 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp438 int minor = ctxType.getMinorVersion(); in Context()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp357 attribs.push_back(apiType.getMinorVersion()); in createContext()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp994 DE_ASSERT(m_context.getRenderContext().getType().getMinorVersion() == 0); in init()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp883 const int minorVer = renderCtx.getType().getMinorVersion(); in isTessellationSupported()
/third_party/vk-gl-cts/modules/egl/
DteglRobustnessTests.cpp436 if (realMinorVersion < requiredApi.getMinorVersion()) in checkRequiredGLSupport()