Home
last modified time | relevance | path

Searched refs:getMajorVersion (Results 1 – 25 of 31) 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.cpp43 return a.getMajorVersion() > b.getMajorVersion() || in versionGreaterOrEqual()
44 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual()
169 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/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGraphics.java97 if (glVersion.getMajorVersion() <= 1) in JglfwGraphics()
98 …er with the FBO extension is required. OpenGL version: " + glVersion.getMajorVersion() + ":" + glV… in JglfwGraphics()
99 if (glVersion.getMajorVersion() == 2) { in JglfwGraphics()
101 …er with the FBO extension is required. OpenGL version: " + glVersion.getMajorVersion() + ":" + glV… in JglfwGraphics()
/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/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DGLVersion.java103 public int getMajorVersion () {
/external/jetty/src/java/org/eclipse/jetty/continuation/
DContinuationFilter.java85 _faux=!(jetty_7_or_greater || _jetty6 || _context.getMajorVersion()>=3); in init()
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DITNProxy.java57 params.put("app.version.major", appInfo.getMajorVersion()); in createParameters()
/external/javasqlite/src/main/java/SQLite/
DJDBCDriver.java119 public int getMajorVersion() { in getMajorVersion() method in JDBCDriver
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp171 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3) in Context()
176 …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()
/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/deqp/modules/egl/
DteglImageTests.cpp176 return m_api.getMajorVersion() >= 3 || glu::hasExtension(m_gl, m_api, "GL_EXT_texture_rg"); in isGLRedSupported()

12