Lines Matching refs:glu
62 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
92 throw glu::Error(err, glu::getErrorStr(err).toString().c_str(), DE_NULL, __FILE__, __LINE__);
152 throw glu::Error((int)err, (string("Got ") + glu::getErrorStr(err).toString()).c_str(), DE_NULL, __FILE__, __LINE__);
155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext)
157 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
158 const bool supportsGL45 = glu::contextSupports(renderContext.getType(), glu::ApiType::core(4, 5));
224 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext)
226 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));