Searched refs:getMinorVersion (Results 1 – 18 of 18) sorted by relevance
77 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()
181 …::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()
82 …int getMinorVersion (void) const { return int((m_bits>>MINOR_SHIFT) & ((1u<<MINOR_BITS)-1u))… in getMinorVersion() function in glu::ApiType156 using ApiType::getMinorVersion;
57 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual()
133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
110 attribList.push_back(contextType.getMinorVersion()); in createGLContext()125 attribList.push_back(contextType.getMinorVersion()); in createGLContext()
429 if (config.type.getMinorVersion() <= 2) in create()
111 uint16_t getMinorVersion() const { return Suffix->Version; } in getMinorVersion() function178 uint16_t getMinorVersion() const { return MinorVersion; } in getMinorVersion() function
384 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext()452 if (contextType.getMinorVersion() <= 2) in EglRenderContext()
51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2); in mapGLFloatVertexAttributeType()
259 int minorVersion = contextType.getMinorVersion(); in ReferenceContextLimits()
603 …t().getType().getMajorVersion() == 3) && (ctx.getRenderContext().getType().getMinorVersion() == 1)) in accessing_bounding_box_type()
505 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()889 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree()
438 int minor = ctxType.getMinorVersion(); in Context()
357 attribs.push_back(apiType.getMinorVersion()); in createContext()
994 DE_ASSERT(m_context.getRenderContext().getType().getMinorVersion() == 0); in init()
883 const int minorVer = renderCtx.getType().getMinorVersion(); in isTessellationSupported()
436 if (realMinorVersion < requiredApi.getMinorVersion()) in checkRequiredGLSupport()