Lines Matching refs:glu
62 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
90 throw glu::Error(err, glu::getErrorStr(err).toString().c_str(), DE_NULL, __FILE__, __LINE__);
148 throw glu::Error((int)err, (string("Got ") + glu::getErrorStr(err).toString()).c_str(), DE_NULL, __FILE__, __LINE__);
151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext)
207 return glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
214 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext)
216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));