Home | History | Annotate | Download | only in functional

Lines Matching refs:glGetProgramiv

318 	ctx.glGetProgramiv(program, -1, &params[0]);
323 ctx.glGetProgramiv(-1, GL_LINK_STATUS, &params[0]);
328 ctx.glGetProgramiv(shader, GL_LINK_STATUS, &params[0]);
509 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORMS, &numActiveUniforms);
547 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORMS, &numActiveUniforms);
589 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
617 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
644 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes);
681 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
1109 {get_programiv, "get_programiv", "Invalid glGetProgramiv() usage" },