Home
last modified time | relevance | path

Searched refs:refLoc (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp188 const int refLoc = gl.getUniformLocation(program, "u_ref[0]"); in iterate() local
203 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()
222 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()
240 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()
258 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()
277 const int location = uNdx == 1 ? refLoc : valLoc; in iterate()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() argument
278 referenceLoc = refLoc; in checkRef()