Lines Matching defs:buf
411 std::ostringstream buf;
412 buf << "draw test pattern";
415 buf << ", attribute offset (unaligned)";
417 buf << ", attribute offset (aligned)";
420 buf << ", 2 attributes";
422 buf << ", 2 attributes (some components shared)";
425 buf << ", buffer offset aligned";
427 buf << ", buffer offset unaligned";
429 buf << ", buffer stride unaligned";
431 return buf.str();
498 std::ostringstream buf;
500 buf << "#version 310 es\n"
504 buf << "in highp vec4 a_color;\n";
506 buf << "uniform highp vec4 u_color;\n";
508 buf << "out highp vec4 v_color;\n"
515 return buf.str();
695 std::ostringstream buf;
696 buf << "draw test pattern";
699 buf << ", zero stride";
701 buf << ", instanced binding point";
703 buf << ", binding points share buffer object";
705 return buf.str();