Lines Matching refs:programEmpty

514 	GLuint				programEmpty;  in get_uniformfv()  local
524 programEmpty = ctx.glCreateProgram(); in get_uniformfv()
537 ctx.glGetUniformfv (programEmpty, unif, &params[0]); in get_uniformfv()
547 ctx.glDeleteProgram(programEmpty); in get_uniformfv()
558 GLuint programEmpty; in get_nuniformfv() local
567 programEmpty = ctx.glCreateProgram(); in get_nuniformfv()
582 ctx.glGetnUniformfv(programEmpty, unif, bufferSize, &params[0]); in get_nuniformfv()
597 ctx.glDeleteProgram(programEmpty); in get_nuniformfv()
606 GLuint programEmpty; in get_uniformiv() local
614 programEmpty = ctx.glCreateProgram(); in get_uniformiv()
627 ctx.glGetUniformiv (programEmpty, unif, &params[0]); in get_uniformiv()
637 ctx.glDeleteProgram(programEmpty); in get_uniformiv()
648 GLuint programEmpty; in get_nuniformiv() local
657 programEmpty = ctx.glCreateProgram(); in get_nuniformiv()
672 ctx.glGetnUniformiv(programEmpty, unif, bufferSize, &params[0]); in get_nuniformiv()
687 ctx.glDeleteProgram(programEmpty); in get_nuniformiv()
696 GLuint programEmpty; in get_uniformuiv() local
704 programEmpty = ctx.glCreateProgram(); in get_uniformuiv()
717 ctx.glGetUniformuiv (programEmpty, unif, &params[0]); in get_uniformuiv()
727 ctx.glDeleteProgram(programEmpty); in get_uniformuiv()
738 GLuint programEmpty; in get_nuniformuiv() local
747 programEmpty = ctx.glCreateProgram(); in get_nuniformuiv()
762 ctx.glGetnUniformuiv(programEmpty, unif, bufferSize, &params[0]); in get_nuniformuiv()
777 ctx.glDeleteProgram(programEmpty); in get_nuniformuiv()