Home | History | Annotate | Download | only in functional

Lines Matching defs:programID

686 	deUint32 programID		= ctx.createProgram(&program);
687 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
689 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
753 ctx.useProgram(programID);
765 ctx.deleteProgram(programID);