Lines Matching defs:glu
67 << ". Got wrong error: " << glu::getErrorStr(generated_error) \
68 << ", expected: " << glu::getErrorStr(expected_error) << ", message: " << error_message \
149 TestBase::TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug)
188 glu::RenderConfig renderCfg(glu::ContextType(m_apiType, glu::CONTEXT_DEBUG));
205 glu::RenderConfig renderCfg(glu::ContextType(m_apiType, glu::ContextFlags(0)));
234 APIErrorsTest::APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name)
663 LabelsTest::LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name)
673 GLuint (*m_create)(const glw::Functions* gl, const glu::RenderContext*);
882 GLuint LabelsTest::createBuffer(const Functions* gl, const glu::RenderContext* rc)
886 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
907 GLuint LabelsTest::createFramebuffer(const Functions* gl, const glu::RenderContext* rc)
910 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
934 GLuint LabelsTest::createProgram(const Functions* gl, const glu::RenderContext*)
948 GLuint LabelsTest::createProgramPipeline(const Functions* gl, const glu::RenderContext* rc)
951 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
972 GLuint LabelsTest::createQuery(const Functions* gl, const glu::RenderContext* rc)
975 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
997 GLuint LabelsTest::createRenderbuffer(const Functions* gl, const glu::RenderContext* rc)
1001 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
1023 GLuint LabelsTest::createSampler(const Functions* gl, const glu::RenderContext* rc)
1026 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
1048 GLuint LabelsTest::createShader(const Functions* gl, const glu::RenderContext*)
1062 GLuint LabelsTest::createTexture(const Functions* gl, const glu::RenderContext* rc)
1065 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
1087 GLuint LabelsTest::createTransformFeedback(const Functions* gl, const glu::RenderContext* rc)
1090 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
1112 GLuint LabelsTest::createVertexArray(const Functions* gl, const glu::RenderContext* rc)
1116 if (glu::contextSupports(rc->getType(), glu::ApiType::core(4, 5)))
1259 ReceivingMessagesTest::ReceivingMessagesTest(tcu::TestContext& testCtx, glu::ApiType apiType)
1904 GroupsTest::GroupsTest(tcu::TestContext& testCtx, glu::ApiType apiType)
2253 SynchronousCallsTest::SynchronousCallsTest(tcu::TestContext& testCtx, glu::ApiType apiType)
2418 KHRDebugTests::KHRDebugTests(tcu::TestContext& testCtx, glu::ApiType apiType)