Lines Matching refs:programId
544 const deUint32 programId = ctx.createProgram(&program); in testRender() local
545 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in testRender()
546 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize"); in testRender()
547 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in testRender()
553 ctx.useProgram (programId); in testRender()
561 ctx.deleteProgram (programId); in testRender()
683 const deUint32 programId = ctx.createProgram(&program); in testRender() local
684 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in testRender()
685 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in testRender()
691 ctx.useProgram (programId); in testRender()
701 ctx.deleteProgram (programId); in testRender()
912 const deUint32 programId = ctx.createProgram(&program); in testRender() local
913 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in testRender()
914 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in testRender()
920 ctx.useProgram (programId); in testRender()
929 ctx.deleteProgram (programId); in testRender()
1143 const deUint32 programId = ctx.createProgram(&program); in render() local
1144 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in render()
1145 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in render()
1167 ctx.useProgram (programId); in render()
1178 ctx.deleteProgram (programId); in render()