Lines Matching refs:getRenderContext
111 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in single_tessellation_stage()
120 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
139 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
163 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
180 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage()
209 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_primitive_mode()
214 glu::ShaderProgram program(ctx.getRenderContext(), in invalid_primitive_mode()
237 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in tessellation_not_active()
243 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_not_active()
266 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_program_state()
275 glu::ProgramPipeline pipeline(ctx.getRenderContext()); in invalid_program_state()
277 …glu::ShaderProgram fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSepar… in invalid_program_state()
278 …glu::ShaderProgram tessCtrlProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramS… in invalid_program_state()
279 …glu::ShaderProgram tessEvalProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramS… in invalid_program_state()
316 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in tessellation_control_invalid_vertex_count()
332 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_control_invalid_vertex_count()