/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.cpp | 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()
|
/third_party/node/deps/npm/scripts/ |
D | update-dist-tags.js | 24 const getMinorVersion = (input) => semver.parse(input).minor function 48 const minor = getMinorVersion(version)
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 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()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderContext.hpp | 82 …int getMinorVersion (void) const { return int((m_bits>>MINOR_SHIFT) & ((1u<<MINOR_BITS)-1u))… in getMinorVersion() function in glu::ApiType 156 using ApiType::getMinorVersion;
|
D | gluRenderContext.cpp | 57 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual()
|
D | gluStrUtil.cpp | 133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluGLUtil.cpp | 110 attribList.push_back(contextType.getMinorVersion()); in createGLContext() 125 attribList.push_back(contextType.getMinorVersion()); in createGLContext()
|
D | egluGLContextFactory.cpp | 429 if (config.type.getMinorVersion() <= 2) in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 111 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/ |
D | tcuSurfacelessPlatform.cpp | 384 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext() 452 if (contextType.getMinorVersion() <= 2) in EglRenderContext()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2); in mapGLFloatVertexAttributeType()
|
D | sglrReferenceContext.cpp | 259 int minorVersion = contextType.getMinorVersion(); in ReferenceContextLimits()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderDirectiveTests.cpp | 603 …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/ |
D | WindowsResource.cpp | 505 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode() 889 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 438 int minor = ctxType.getMinorVersion(); in Context()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 357 attribs.push_back(apiType.getMinorVersion()); in createContext()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 994 DE_ASSERT(m_context.getRenderContext().getType().getMinorVersion() == 0); in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 883 const int minorVer = renderCtx.getType().getMinorVersion(); in isTessellationSupported()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRobustnessTests.cpp | 436 if (realMinorVersion < requiredApi.getMinorVersion()) in checkRequiredGLSupport()
|