Lines Matching refs:programEmpty
558 GLuint programEmpty; in get_uniformfv() local
568 programEmpty = ctx.glCreateProgram(); in get_uniformfv()
581 ctx.glGetUniformfv(programEmpty, unif, ¶ms[0]); in get_uniformfv()
592 ctx.glDeleteProgram(programEmpty); in get_uniformfv()
605 GLuint programEmpty; in get_nuniformfv() local
614 programEmpty = ctx.glCreateProgram(); in get_nuniformfv()
629 ctx.glGetnUniformfv(programEmpty, unif, bufferSize, ¶ms[0]); in get_nuniformfv()
646 ctx.glDeleteProgram(programEmpty); in get_nuniformfv()
657 GLuint programEmpty; in get_uniformiv() local
665 programEmpty = ctx.glCreateProgram(); in get_uniformiv()
678 ctx.glGetUniformiv(programEmpty, unif, ¶ms[0]); in get_uniformiv()
689 ctx.glDeleteProgram(programEmpty); in get_uniformiv()
702 GLuint programEmpty; in get_nuniformiv() local
711 programEmpty = ctx.glCreateProgram(); in get_nuniformiv()
726 ctx.glGetnUniformiv(programEmpty, unif, bufferSize, ¶ms[0]); in get_nuniformiv()
743 ctx.glDeleteProgram(programEmpty); in get_nuniformiv()
754 GLuint programEmpty; in get_uniformuiv() local
762 programEmpty = ctx.glCreateProgram(); in get_uniformuiv()
775 ctx.glGetUniformuiv(programEmpty, unif, ¶ms[0]); in get_uniformuiv()
786 ctx.glDeleteProgram(programEmpty); in get_uniformuiv()
799 GLuint programEmpty; in get_nuniformuiv() local
808 programEmpty = ctx.glCreateProgram(); in get_nuniformuiv()
823 ctx.glGetnUniformuiv(programEmpty, unif, bufferSize, ¶ms[0]); in get_nuniformuiv()
840 ctx.glDeleteProgram(programEmpty); in get_nuniformuiv()