Searched refs:getProfile (Results 1 – 20 of 20) sorted by relevance
130 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 <<()
83 …Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)… in getProfile() function in glu::ApiType155 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()
68 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()
42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
59 switch (apiType.getProfile()) in apiRenderableType()
138 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
84 else if (type.getProfile() == glu::PROFILE_CORE) in getDefaultEglConfigList()
195 if (ctxType.getProfile() == glu::PROFILE_CORE) in TextureRenderer()357 if (ctxType.getProfile() == glu::PROFILE_CORE) in BufferRenderer()
2185 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()
857 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
2038 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
50 …const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajor… in mapGLFloatVertexAttributeType()
356 switch (contextType.getProfile()) in EglRenderContext()
1432 …ompiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.getProfile()); in ShCompile()1900 if ((*it)->intermediate->getProfile() == EEsProfile) { in linkStage()1925 firstIntermediate->getProfile()); in linkStage()
412 EProfile getProfile() const { return profile; } in getProfile() function
422 switch (ctxType.getProfile()) in Context()
327 switch (apiType.getProfile()) in createContext()
495 switch (type.getProfile()) in getTestRunParams()
995 DE_ASSERT(m_context.getRenderContext().getType().getProfile() == glu::PROFILE_ES); in init()
1287 …ource(TranslateSourceLanguage(glslangIntermediate->getSource(), glslangIntermediate->getProfile()), in TGlslangToSpvTraverser()