Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/
DegluGLUtil.cpp65 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/
DgluRenderContext.cpp56 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()
DgluRenderContext.hpp81 …int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u))… in getMajorVersion() function in glu::ApiType
153 using ApiType::getMajorVersion;
DgluStrUtil.cpp133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp141 if (type.getAPI().getMajorVersion() == 4) in getCGLProfile()
143 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWindowsResource.h106 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/
DtcuNullRenderContext.cpp176 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/
DsglrReferenceUtils.cpp50 …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/
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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWindowsResourceDumper.cpp72 SW.printNumber("Version (major)", Ref.getMajorVersion()); in printEntry()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp280 switch(contextType.getMajorVersion()) in EglRenderContext()
352 context_attribs.push_back(contextType.getMajorVersion()); in EglRenderContext()
/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/doclava/
Dbuild.gradle26 if (currentJvmVersion.getMajorVersion() != "8") {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWindowsResource.cpp235 return addChild(Entry.getLanguage(), true, Entry.getMajorVersion(), in addLanguageNode()
601 Table->MajorVersion = CurrentNode->getMajorVersion(); in writeDirectoryTree()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp601 …if ((ctx.getRenderContext().getType().getMajorVersion() == 3) && (ctx.getRenderContext().getType()… in accessing_bounding_box_type()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp420 int major = ctxType.getMajorVersion(); in Context()
/external/deqp/modules/egl/
DteglImageTests.cpp176 return m_api.getMajorVersion() >= 3 || glu::hasExtension(m_gl, m_api, "GL_EXT_texture_rg"); in isGLRedSupported()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp344 attribs.push_back(apiType.getMajorVersion()); in createContext()
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp993 DE_ASSERT(m_context.getRenderContext().getType().getMajorVersion() < 3); in init()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp859 const int majorVer = renderCtx.getType().getMajorVersion(); in isTessellationSupported()

12