Lines Matching refs:programID
689 deUint32 programID = ctx.createProgram(&program);
690 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
691 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
692 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
756 ctx.useProgram(programID);
768 ctx.deleteProgram(programID);