Home | History | Annotate | Download | only in functional

Lines Matching refs:glGetActiveUniform

514 	ctx.glGetActiveUniform(-1, 0, 0, 0, 0, 0, 0);
519 ctx.glGetActiveUniform(shader, 0, 0, 0, 0, 0, 0);
525 ctx.glGetActiveUniform(program.getProgram(), numActiveUniforms, 0, 0, 0, 0, 0);
530 ctx.glGetActiveUniform(program.getProgram(), 0, -1, 0, 0, 0, 0);
1127 {get_active_uniform, "get_active_uniform", "Invalid glGetActiveUniform() usage" },