Lines Matching defs:source
153 std::vector<GLchar> source(length);
154 glGetShaderSource(shaders[i], length, NULL, &source[0]);
156 << tcu::TestLog::Message << &source[0] << tcu::TestLog::EndMessage;
230 GLuint BuildShaderProgram(GLenum type, const std::string& source)
232 const char* const src[2] = { kGLSLVer, source.c_str() };
5332 bool CheckCompilationError(const std::string& source)
5336 const char* const src = source.c_str();
5644 "bound to DISPATCH_INDIRECT_BUFFER or if the command would source data\n"
5657 "bound to DISPATCH_INDIRECT_BUFFER or if the command would source data\n"
5852 bool Compile(const std::string& source)
5856 const char* const src = source.c_str();