Lines Matching refs:tfVaryings

75     void compileDefaultProgram(const std::vector<std::string> &tfVaryings, GLenum bufferMode)  in compileDefaultProgram()  argument
80 essl1_shaders::vs::Simple(), essl1_shaders::fs::Red(), tfVaryings, bufferMode); in compileDefaultProgram()
95 std::vector<std::string> tfVaryings; in TEST_P() local
96 tfVaryings.push_back("gl_Position"); in TEST_P()
97 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
140 std::vector<std::string> tfVaryings; in TEST_P() local
141 tfVaryings.push_back("gl_Position"); in TEST_P()
142 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
224 std::vector<std::string> tfVaryings; in TEST_P() local
225 tfVaryings.push_back("gl_Position"); in TEST_P()
226 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
305 std::vector<std::string> tfVaryings; in TEST_P() local
306 tfVaryings.push_back("gl_Position"); in TEST_P()
307 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
435 std::vector<std::string> tfVaryings; in TEST_P() local
436 tfVaryings.push_back("gl_Position"); in TEST_P()
437 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
487 std::vector<std::string> tfVaryings; in midRecordOpDoesNotContributeTest() local
488 tfVaryings.push_back("gl_Position"); in midRecordOpDoesNotContributeTest()
489 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in midRecordOpDoesNotContributeTest()
687 std::vector<std::string> tfVaryings; in TEST_P() local
688 tfVaryings.push_back("gl_Position"); in TEST_P()
689 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
824 std::vector<std::string> tfVaryings; in TEST_P() local
825 tfVaryings.push_back("varyingAttrib"); in TEST_P()
827 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
897 std::vector<std::string> tfVaryings; in TEST_P() local
898 tfVaryings.push_back("varyingAttrib"); in TEST_P()
900 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
977 std::vector<std::string> tfVaryings; in TEST_P() local
978 tfVaryings.push_back("transformFeedbackOutput"); in TEST_P()
980 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1109 std::vector<std::string> tfVaryings; in TEST_P() local
1110 tfVaryings.push_back("transformFeedbackOutput"); in TEST_P()
1113 CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1244 std::vector<std::string> tfVaryings; in TEST_P() local
1245 tfVaryings.push_back("outAttrib1"); in TEST_P()
1246 tfVaryings.push_back("outAttrib2"); in TEST_P()
1248 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1340 std::vector<std::string> tfVaryings; in TEST_P() local
1341 tfVaryings.push_back("normal"); in TEST_P()
1342 tfVaryings.push_back("ecPosition"); in TEST_P()
1344 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1378 std::vector<std::string> tfVaryings; in TEST_P() local
1379 tfVaryings.push_back("outAttrib1"); in TEST_P()
1380 tfVaryings.push_back("outAttrib2"); in TEST_P()
1382 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1447 std::vector<std::string> tfVaryings; in TEST_P() local
1448 tfVaryings.push_back("outAttrib"); in TEST_P()
1450 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1511 std::vector<std::string> tfVaryings; in TEST_P() local
1512 tfVaryings.push_back("gl_Position"); in TEST_P()
1513 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1565 std::vector<std::string> tfVaryings; in testSetUp() local
1566 tfVaryings.push_back("gl_Position"); in testSetUp()
1567 compileDefaultProgram(tfVaryings, GL_SEPARATE_ATTRIBS); in testSetUp()
1660 std::vector<std::string> tfVaryings; in TEST_P() local
1661 tfVaryings.push_back("outAttribs"); in TEST_P()
1662 tfVaryings.push_back("outAttribs[1]"); in TEST_P()
1664 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1689 std::vector<std::string> tfVaryings; in TEST_P() local
1690 tfVaryings.push_back("outAttrib[1]"); in TEST_P()
1692 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1719 std::vector<std::string> tfVaryings; in TEST_P() local
1720 tfVaryings.push_back("outAttribs[3]"); in TEST_P()
1722 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1752 std::vector<std::string> tfVaryings; in TEST_P() local
1753 tfVaryings.push_back("outAttribs[0]"); in TEST_P()
1754 tfVaryings.push_back("outAttribs[2]"); in TEST_P()
1756 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1827 std::vector<std::string> tfVaryings; in TEST_P() local
1828 tfVaryings.push_back("s.field0"); in TEST_P()
1829 tfVaryings.push_back("s.field2"); in TEST_P()
1831 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1896 std::vector<std::string> tfVaryings; in TEST_P() local
1897 tfVaryings.push_back("s"); in TEST_P()
1899 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1936 std::vector<std::string> tfVaryings; in TEST_P() local
1937 tfVaryings.push_back("v_varA"); in TEST_P()
1938 tfVaryings.push_back("v_varB"); in TEST_P()
1940 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
1995 std::vector<std::string> tfVaryings; in TEST_P() local
1996 tfVaryings.push_back("bogus"); in TEST_P()
1999 essl3_shaders::vs::Simple(), essl3_shaders::fs::Red(), tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2010 std::vector<std::string> tfVaryings; in TEST_P() local
2011 tfVaryings.push_back("gl_Bogus"); in TEST_P()
2014 essl3_shaders::vs::Simple(), essl3_shaders::fs::Red(), tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2043 std::vector<std::string> tfVaryings; in TEST_P() local
2044 tfVaryings.push_back("buffer"); in TEST_P()
2046 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2113 std::vector<std::string> tfVaryings; in TEST_P() local
2114 tfVaryings.push_back("gl_Position"); in TEST_P()
2115 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2147 std::vector<std::string> tfVaryings; in TEST_P() local
2148 tfVaryings.push_back("gl_Position"); in TEST_P()
2149 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2202 std::vector<std::string> tfVaryings; in TEST_P() local
2203 tfVaryings.push_back("gl_Position"); in TEST_P()
2204 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2288 std::vector<std::string> tfVaryings; in TEST_P() local
2289 tfVaryings.push_back("gl_Position"); in TEST_P()
2290 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2327 std::vector<std::string> tfVaryings; in setupOverrunTest() local
2328 tfVaryings.push_back("gl_Position"); in setupOverrunTest()
2329 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in setupOverrunTest()
2539 std::vector<std::string> tfVaryings; in TEST_P() local
2540 tfVaryings.push_back("gl_Position"); in TEST_P()
2541 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2637 std::vector<std::string> tfVaryings; in TEST_P() local
2638 tfVaryings.push_back("out_value"); in TEST_P()
2640 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_SEPARATE_ATTRIBS); in TEST_P()
2724 std::vector<std::string> tfVaryings; in TEST_P() local
2725 tfVaryings.push_back("gl_Position"); in TEST_P()
2726 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2801 std::vector<std::string> tfVaryings; in TEST_P() local
2802 tfVaryings.push_back("gl_Position"); in TEST_P()
2803 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2881 const std::vector<std::string> tfVaryings = {"v"}; in TEST_P() local
2882 ANGLE_GL_PROGRAM_TRANSFORM_FEEDBACK(program, kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
2972 std::vector<std::string> tfVaryings; in TEST_P() local
2973 tfVaryings.push_back("gl_Position"); in TEST_P()
2974 compileDefaultProgram(tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
3475 std::vector<std::string> tfVaryings = {"VSBlock1.b", "d", "looseVarying"}; in TEST_P() local
3484 ANGLE_GL_PROGRAM_TRANSFORM_FEEDBACK(program, kVS, kFS, tfVaryings, GL_INTERLEAVED_ATTRIBS); in TEST_P()
3574 std::vector<std::string> tfVaryings = {"a", "b", "c"}; in TEST_P() local
3583 ANGLE_GL_PROGRAM_TRANSFORM_FEEDBACK(program, kVS, kFS, tfVaryings, GL_SEPARATE_ATTRIBS); in TEST_P()
3635 const std::vector<std::string> tfVaryings = {"varyingAttrib"}; in TEST_P() local
3636 ANGLE_GL_PROGRAM_TRANSFORM_FEEDBACK(prog, kVS, essl3_shaders::fs::Green(), tfVaryings, in TEST_P()