Lines Matching defs:program
1976 /* Make sure program object is no longer used by GL */
1979 /* Clean program object */
2000 /** Build program
2027 /* Create program object */
2031 /* Link program */
2086 /** Attach shaders and link program
2135 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Failed to link program:\n"
2138 TCU_FAIL("Failed to link program");
3071 /** Prepares program then draws and verifies resutls for both ways of setting texture swizzle
3093 /* Prepare program */
3097 Utils::programInfo program(m_context);
3098 program.build(fs.c_str(), vs.c_str());
3100 gl.useProgram(program.m_program_object_id);
3104 glw::GLint location = gl.getUniformLocation(program.m_program_object_id, "sampler");
3986 Utils::programInfo program(m_context);
3987 prepareProgram(format_idx, program);
3989 gl.useProgram(program.m_program_object_id);
4085 /** Prepares program used to fill multisampled texture
4088 * @param program Instance of program that will be prepared
4090 void FunctionalTest::prepareProgram(size_t format_idx, Utils::programInfo& program)
4113 program.build(fs.c_str(), vs.c_str());
4116 /** Prepares hardcoded values used by program to fill multisampled textures