Lines Matching refs:getProgram

369 		const GLint					positionLoc = gl.getAttribLocation(program.getProgram(), "a_position");  in testPolygonOffset()
370 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
382 gl.useProgram (program.getProgram()); in testPolygonOffset()
497 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
498 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
511 gl.useProgram (program.getProgram()); in testPolygonOffset()
616 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
617 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
630 gl.useProgram (program.getProgram()); in testPolygonOffset()
766 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
767 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
779 gl.useProgram (program.getProgram()); in testPolygonOffset()
879 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
880 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
892 gl.useProgram (program.getProgram()); in testPolygonOffset()
996 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
997 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
1009 gl.useProgram (program.getProgram()); in testPolygonOffset()
1118 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
1119 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
1130 gl.useProgram (program.getProgram()); in testPolygonOffset()