Lines Matching defs:glu
1004 glu::ApiType apiType)
1009 glu::RenderContext* RobustnessBase::createRobustContext(glu::ResetNotificationStrategy reset)
1013 deqp::Context context(m_testCtx, glu::ContextType(m_api_type));
1014 const glu::ContextInfo& contextInfo = context.getContextInfo();
1015 glu::ContextType context_type = context.getRenderContext().getType();
1017 !contextSupports(context_type, glu::ApiType::es(3, 2)))
1025 contextSupports(context_type, glu::ApiType::core(4, 5));
1026 if (!m_has_khr_robust_buffer_access && !contextSupports(context_type, glu::ApiType::core(4, 3)))
1033 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context_type);
1034 m_specializationMap["VERSION"] = glu::getGLSLVersionDeclaration(glslVersion);
1035 m_context_is_es = glu::isContextTypeES(context_type);
1038 glu::RenderConfig renderCfg(glu::ContextType(m_api_type, glu::CONTEXT_ROBUST));
1040 glu::parseRenderConfig(&renderCfg, commandLine);
1055 VertexBufferObjectsTest::VertexBufferObjectsTest(tcu::TestContext& testCtx, glu::ApiType apiType)
1068 de::SharedPtr<glu::RenderContext> robustContext(createRobustContext());
1308 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, glu::ApiType apiType)
1323 glu::ApiType apiType)
1335 de::SharedPtr<glu::RenderContext> robustContext(createRobustContext());
1355 glu::ContextType contextType = robustContext->getType();
1543 std::string TexelFetchTest::getFragmentShader(const glu::ContextType&, bool is_case_valid, GLuint fetch_offset)
2362 ImageLoadStoreTest::ImageLoadStoreTest(tcu::TestContext& testCtx, glu::ApiType apiType)
2374 de::SharedPtr<glu::RenderContext> robustContext(createRobustContext());
3193 StorageBufferTest::StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType)
3208 de::SharedPtr<glu::RenderContext> robustContext(createRobustContext());
3460 UniformBufferTest::UniformBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType)
3473 de::SharedPtr<glu::RenderContext> robustContext(createRobustContext());
3680 RobustBufferAccessBehaviorTests::RobustBufferAccessBehaviorTests(tcu::TestContext& testCtx, glu::ApiType apiType)