Lines Matching defs:source
5 * Copyright 2014 The Android Open Source Project
71 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx)
79 return tcu::StringTemplate(source).specialize(args);
371 char source[1] = { 0 };
376 ctx.glGetShaderSource(-1, 1, &length[0], &source[0]);
381 ctx.glGetShaderSource(program, 1, &length[0], &source[0]);
386 ctx.glGetShaderSource(shader, -1, &length[0], &source[0]);