Searched refs:refLoc (Results 1 – 2 of 2) sorted by relevance
189 const int refLoc = gl.getUniformLocation(program, "u_ref[0]"); in iterate() local204 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()223 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()241 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()259 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()278 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()
276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() argument278 referenceLoc = refLoc; in checkRef()