Lines Matching refs:glu

36 namespace glu
57 TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug);
68 glu::RenderContext* m_rc;
77 glu::ApiType m_apiType;
146 APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name);
187 LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name);
198 static glw::GLuint createBuffer(const glw::Functions* gl, const glu::RenderContext* rc);
199 static glw::GLuint createFramebuffer(const glw::Functions* gl, const glu::RenderContext* rc);
200 static glw::GLuint createProgram(const glw::Functions* gl, const glu::RenderContext* rc);
201 static glw::GLuint createProgramPipeline(const glw::Functions* gl, const glu::RenderContext* rc);
202 static glw::GLuint createQuery(const glw::Functions* gl, const glu::RenderContext* rc);
203 static glw::GLuint createRenderbuffer(const glw::Functions* gl, const glu::RenderContext* rc);
204 static glw::GLuint createSampler(const glw::Functions* gl, const glu::RenderContext* rc);
205 static glw::GLuint createShader(const glw::Functions* gl, const glu::RenderContext* rc);
206 static glw::GLuint createTexture(const glw::Functions* gl, const glu::RenderContext* rc);
207 static glw::GLuint createTransformFeedback(const glw::Functions* gl, const glu::RenderContext* rc);
208 static glw::GLuint createVertexArray(const glw::Functions* gl, const glu::RenderContext* rc);
309 ReceivingMessagesTest(tcu::TestContext& testCtx, glu::ApiType apiType);
390 GroupsTest(tcu::TestContext& testCtx, glu::ApiType apiType);
440 SynchronousCallsTest(tcu::TestContext& testCtx, glu::ApiType apiType);
461 KHRDebugTests(tcu::TestContext& testCtx, glu::ApiType apiType);
475 glu::ApiType m_apiType;