/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 65 switch (apiType.getMajorVersion()) in apiRenderableType() 97 if (contextType.getMajorVersion() <= 2) in createGLContext() 100 attribList.push_back(contextType.getMajorVersion()); in createGLContext() 108 attribList.push_back(contextType.getMajorVersion()); in createGLContext() 123 attribList.push_back(contextType.getMajorVersion()); in createGLContext()
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.cpp | 56 return a.getMajorVersion() > b.getMajorVersion() || in versionGreaterOrEqual() 57 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual() 192 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions()
|
D | gluRenderContext.hpp | 81 …int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u))… in getMajorVersion() function in glu::ApiType 153 using ApiType::getMajorVersion;
|
D | gluStrUtil.cpp | 133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 141 if (type.getAPI().getMajorVersion() == 4) in getCGLProfile() 143 else if (type.getAPI().getMajorVersion() == 3) in getCGLProfile()
|
/external/nist-sip/java/javax/sip/header/ |
D | MimeVersionHeader.java | 8 int getMajorVersion(); in getMajorVersion() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | MimeVersion.java | 83 public int getMajorVersion() { in getMajorVersion() method in MimeVersion
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 106 uint16_t getMajorVersion() const { return Suffix->Version >> 16; } in getMajorVersion() function 169 uint16_t getMajorVersion() const { return MajorVersion; } in getMajorVersion() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 176 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3) in Context() 181 …else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVe… in Context() 186 …else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVe… in Context() 191 …else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVe… in Context()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 50 …mpingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() >= 3) || in mapGLFloatVertexAttributeType() 51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2); in mapGLFloatVertexAttributeType()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_Driver1.java | 97 public int getMajorVersion() { in getMajorVersion() method in TestHelper_Driver1
|
D | TestHelper_Driver4.java | 113 public int getMajorVersion() { in getMajorVersion() method in TestHelper_Driver4
|
D | DriverManagerTest.java | 554 public int getMajorVersion() { in getMajorVersion() method in DriverManagerTest.DummyDriver
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WindowsResourceDumper.cpp | 72 SW.printNumber("Version (major)", Ref.getMajorVersion()); in printEntry()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 280 switch(contextType.getMajorVersion()) in EglRenderContext() 352 context_attribs.push_back(contextType.getMajorVersion()); in EglRenderContext()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/ |
D | ITNProxy.java | 57 params.put("app.version.major", appInfo.getMajorVersion()); in createParameters()
|
/external/javasqlite/src/main/java/SQLite/ |
D | JDBCDriver.java | 119 public int getMajorVersion() { in getMajorVersion() method in JDBCDriver
|
/external/doclava/ |
D | build.gradle | 26 if (currentJvmVersion.getMajorVersion() != "8") {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 235 return addChild(Entry.getLanguage(), true, Entry.getMajorVersion(), in addLanguageNode() 601 Table->MajorVersion = CurrentNode->getMajorVersion(); in writeDirectoryTree()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderDirectiveTests.cpp | 601 …if ((ctx.getRenderContext().getType().getMajorVersion() == 3) && (ctx.getRenderContext().getType()… in accessing_bounding_box_type()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 420 int major = ctxType.getMajorVersion(); in Context()
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 176 return m_api.getMajorVersion() >= 3 || glu::hasExtension(m_gl, m_api, "GL_EXT_texture_rg"); in isGLRedSupported()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 344 attribs.push_back(apiType.getMajorVersion()); in createContext()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 993 DE_ASSERT(m_context.getRenderContext().getType().getMajorVersion() < 3); in init()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 859 const int majorVer = renderCtx.getType().getMajorVersion(); in isTessellationSupported()
|