Home | History | Annotate | Download | only in functional

Lines Matching refs:glShaderSource

103 	ES3F_ADD_API_CASE(shader_source, "Invalid glShaderSource() usage",
108 glShaderSource(1, 0, 0, 0);
114 glShaderSource(shader, -1, 0, 0);
120 glShaderSource(program, 0, 0, 0);