• Home
  • Raw
  • Download

Lines Matching refs:programId

541 		const deUint32	programId		= ctx.createProgram(&program);  in testRender()  local
542 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in testRender()
543 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize"); in testRender()
544 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in testRender()
550 ctx.useProgram (programId); in testRender()
558 ctx.deleteProgram (programId); in testRender()
680 const deUint32 programId = ctx.createProgram(&program); in testRender() local
681 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in testRender()
682 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in testRender()
688 ctx.useProgram (programId); in testRender()
698 ctx.deleteProgram (programId); in testRender()
908 const deUint32 programId = ctx.createProgram(&program); in testRender() local
909 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in testRender()
910 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in testRender()
916 ctx.useProgram (programId); in testRender()
925 ctx.deleteProgram (programId); in testRender()
1139 const deUint32 programId = ctx.createProgram(&program); in render() local
1140 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position"); in render()
1141 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color"); in render()
1163 ctx.useProgram (programId); in render()
1174 ctx.deleteProgram (programId); in render()