Home | History | Annotate | Download | only in functional

Lines Matching refs:glGetActiveUniform

423 	ES2F_ADD_API_CASE(get_active_uniform, "Invalid glGetActiveUniform() usage",
429 glGetActiveUniform(-1, 0, 0, 0, 0, 0, 0);
434 glGetActiveUniform(shader, 0, 0, 0, 0, 0, 0);
440 glGetActiveUniform(program.getProgram(), 5, 0, 0, 0, 0, 0);
445 glGetActiveUniform(program.getProgram(), 0, -1, 0, 0, 0, 0);