Home | History | Annotate | Download | only in functional

Lines Matching refs:programID

820 	deUint32 programID		= ctx.createProgram(&program);
821 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
822 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
823 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
915 ctx.useProgram(programID);
931 ctx.deleteProgram(programID);
2313 deUint32 programID = program.getProgram();
2314 deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2358 gl.useProgram(programID);
2481 const deUint32 programID = program.getProgram();
2482 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2540 gl.useProgram(programID);
2625 const deUint32 programID = program.getProgram();
2626 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2686 gl.useProgram(programID);