Home
last modified time | relevance | path

Searched refs:getProfile (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/opengl/
DgluStrUtil.cpp130 if (apiType.getProfile() == PROFILE_ES) in operator <<()
135 if (apiType.getProfile() == PROFILE_CORE) in operator <<()
137 else if (apiType.getProfile() == PROFILE_COMPATIBILITY) in operator <<()
139 else if (apiType.getProfile() != PROFILE_ES) in operator <<()
DgluRenderContext.hpp83 …Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)… in getProfile() function in glu::ApiType
155 using ApiType::getProfile;
191 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES()
192 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFIL… in isContextTypeGLCore()
193 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility()
DgluRenderContext.cpp68 return requiredApiType.getProfile() == PROFILE_ES && in contextSupports()
76 return requiredApiType.getProfile() == PROFILE_CORE && in contextSupports()
82 …return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_CO… in contextSupports()
192 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions()
296 if (apiType.getProfile() == PROFILE_ES) in initExtensionFunctions()
/external/deqp/framework/egl/
DegluPlatform.cpp42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
DegluGLUtil.cpp59 switch (apiType.getProfile()) in apiRenderableType()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp138 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp84 else if (type.getProfile() == glu::PROFILE_CORE) in getDefaultEglConfigList()
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp195 if (ctxType.getProfile() == glu::PROFILE_CORE) in TextureRenderer()
357 if (ctxType.getProfile() == glu::PROFILE_CORE) in BufferRenderer()
DglsDrawTest.cpp2185 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
2192 if (ctxType.getProfile() == glu::PROFILE_CORE) in valid()
2866 DE_ASSERT(apiType.getProfile() != glu::PROFILE_LAST); in valid()
2932 if (apiType.getProfile() == glu::PROFILE_CORE) in valid()
DglsShaderLibraryCase.cpp857 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
DglsVertexArrayTests.cpp2038 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp50 …const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajor… in mapGLFloatVertexAttributeType()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp356 switch (contextType.getProfile()) in EglRenderContext()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1432 …ompiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.getProfile()); in ShCompile()
1900 if ((*it)->intermediate->getProfile() == EEsProfile) { in linkStage()
1925 firstIntermediate->getProfile()); in linkStage()
Dlocalintermediate.h412 EProfile getProfile() const { return profile; } in getProfile() function
/external/deqp/framework/platform/win32/
DtcuWGL.cpp422 switch (ctxType.getProfile()) in Context()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp327 switch (apiType.getProfile()) in createContext()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp495 switch (type.getProfile()) in getTestRunParams()
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp995 DE_ASSERT(m_context.getRenderContext().getType().getProfile() == glu::PROFILE_ES); in init()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1287 …ource(TranslateSourceLanguage(glslangIntermediate->getSource(), glslangIntermediate->getProfile()), in TGlslangToSpvTraverser()