/external/deqp/framework/opengl/ |
D | gluRenderContext.cpp | 42 return a.getMajorVersion() > b.getMajorVersion() || in versionGreaterOrEqual() 43 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual() 183 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions()
|
D | gluRenderContext.hpp | 76 …int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u))… in getMajorVersion() function in glu::ApiType 146 using ApiType::getMajorVersion;
|
D | gluStrUtil.cpp | 110 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 92 if (type.getAPI().getMajorVersion() == 4) in getCGLProfile() 94 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/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 219 if (renderConfig.type.getMajorVersion() == 2) in configMatches() 221 else if (renderConfig.type.getMajorVersion() == 3) in configMatches() 403 if (config.type.getMajorVersion() <= 2) in createContext() 406 attribList.push_back(config.type.getMajorVersion()); in createContext() 414 attribList.push_back(config.type.getMajorVersion()); in createContext() 429 attribList.push_back(config.type.getMajorVersion()); in createContext()
|
/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/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/javasqlite/src/main/java/SQLite/ |
D | JDBCDriver.java | 119 public int getMajorVersion() { in getMajorVersion() method in JDBCDriver
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 157 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3) in Context() 162 …else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVe… in Context()
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberCodeGen.java | 44 public int getMajorVersion() { in getMajorVersion() method in MemberCodeGen 49 return cf.getMajorVersion(); in getMajorVersion() 974 if (getMajorVersion() < ClassFile.JAVA_5) in atClassObject2()
|
/external/deqp/modules/egl/ |
D | teglTestCase.cpp | 235 return (apiType.getMajorVersion() << 8) | (apiType.getMinorVersion() << 4) | apiType.getProfile(); in makeKey()
|
/external/javassist/src/main/javassist/bytecode/ |
D | MethodInfo.java | 397 if (cf.getMajorVersion() >= ClassFile.JAVA_6) in rebuildStackMapIf6()
|
D | ClassFile.java | 845 public int getMajorVersion() { in getMajorVersion() method in ClassFile
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 393 WGL_CONTEXT_MAJOR_VERSION_ARB, ctxType.getMajorVersion(), in Context()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 326 GLX_CONTEXT_MAJOR_VERSION_ARB, apiType.getMajorVersion(), in createContext()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 469 …)) || (isContextTypeGLCore(m_renderCtx.getType()) && m_renderCtx.getType().getMajorVersion() >= 4); in execute()
|
D | glsDrawTest.cpp | 2269 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
|