Searched refs:dstProgram (Results 1 – 2 of 2) sorted by relevance
423 GLuint dstProgram = glCreateProgram(); in init()450 glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength); in init()456 glDeleteProgram(dstProgram); in init()
508 GLuint dstProgram = ctx.glCreateProgram(); in program_binary() local534 ctx.glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength); in program_binary()540 ctx.glDeleteProgram(dstProgram); in program_binary()