Home | History | Annotate | Download | only in functional

Lines Matching refs:dstProgram

441 	GLuint					dstProgram		= ctx.glCreateProgram();
464 ctx.glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength);
469 ctx.glDeleteProgram(dstProgram);