Home | History | Annotate | Download | only in functional

Lines Matching defs:programID

818 	deUint32 programID		= ctx.createProgram(&program);
819 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
820 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
821 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
913 ctx.useProgram(programID);
929 ctx.deleteProgram(programID);
2312 deUint32 programID = program.getProgram();
2313 deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2357 gl.useProgram(programID);
2480 const deUint32 programID = program.getProgram();
2481 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2539 gl.useProgram(programID);
2624 const deUint32 programID = program.getProgram();
2625 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2685 gl.useProgram(programID);