Home
last modified time | relevance | path

Searched refs:getMajorVersion (Results 1 – 25 of 36) sorted by relevance

12

/external/deqp/framework/egl/
DegluGLUtil.cpp65 switch (apiType.getMajorVersion()) in apiRenderableType()
90 if (contextType.getMajorVersion() <= 2) in createGLContext()
93 attribList.push_back(contextType.getMajorVersion()); in createGLContext()
101 attribList.push_back(contextType.getMajorVersion()); in createGLContext()
116 attribList.push_back(contextType.getMajorVersion()); in createGLContext()
/external/deqp/framework/opengl/
DgluRenderContext.cpp42 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()
DgluRenderContext.hpp76 …int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u))… in getMajorVersion() function in glu::ApiType
148 using ApiType::getMajorVersion;
DgluStrUtil.cpp133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp92 if (type.getAPI().getMajorVersion() == 4) in getCGLProfile()
94 else if (type.getAPI().getMajorVersion() == 3) in getCGLProfile()
/external/nist-sip/java/javax/sip/header/
DMimeVersionHeader.java8 int getMajorVersion(); in getMajorVersion() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DMimeVersion.java83 public int getMajorVersion() { in getMajorVersion() method in MimeVersion
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Driver1.java97 public int getMajorVersion() { in getMajorVersion() method in TestHelper_Driver1
DTestHelper_Driver4.java113 public int getMajorVersion() { in getMajorVersion() method in TestHelper_Driver4
DDriverManagerTest.java554 public int getMajorVersion() { in getMajorVersion() method in DriverManagerTest.DummyDriver
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp50 …mpingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() >= 3) || in mapGLFloatVertexAttributeType()
51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2); in mapGLFloatVertexAttributeType()
/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebXmlConfiguration.java62 ….getServletContext().setEffectiveMajorVersion(context.getMetaData().getWebXml().getMajorVersion()); in preConfigure()
DWebDescriptor.java160 public int getMajorVersion () in getMajorVersion() method in WebDescriptor
DMetaData.java360 context.getServletContext().setEffectiveMajorVersion(_webXmlRoot.getMajorVersion()); in resolve()
/external/jetty/src/java/org/eclipse/jetty/continuation/
DContinuationFilter.java85 _faux=!(jetty_7_or_greater || _jetty6 || _context.getMajorVersion()>=3); in init()
/external/javasqlite/src/main/java/SQLite/
DJDBCDriver.java119 public int getMajorVersion() { in getMajorVersion() method in JDBCDriver
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp160 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3) in Context()
165 …else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVe… in Context()
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java44 public int getMajorVersion() { in getMajorVersion() method in MemberCodeGen
49 return cf.getMajorVersion(); in getMajorVersion()
974 if (getMajorVersion() < ClassFile.JAVA_5) in atClassObject2()
/external/javassist/src/main/javassist/bytecode/
DMethodInfo.java397 if (cf.getMajorVersion() >= ClassFile.JAVA_6) in rebuildStackMapIf6()
DClassFile.java845 public int getMajorVersion() { in getMajorVersion() method in ClassFile
/external/deqp/framework/platform/win32/
DtcuWGL.cpp393 WGL_CONTEXT_MAJOR_VERSION_ARB, ctxType.getMajorVersion(), in Context()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp325 GLX_CONTEXT_MAJOR_VERSION_ARB, apiType.getMajorVersion(), in createContext()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/lib/
Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java1825 public int getMajorVersion() in getMajorVersion() method in ContextHandler.Context

12