Searched defs:location1 (Results 1 – 6 of 6) sorted by relevance
54 MethodLocation location1 = new MethodLocation(null, 123, 1); in doTestMergeIntoKeepsOrderOfDebugItems() local
139 const Location location1 = FROM_HERE; in TEST_F() local283 const Location location1 = FROM_HERE; in TEST_F() local
161 const Location location1 = FROM_HERE; in TEST_F() local328 const Location location1 = FROM_HERE; in TEST_F() local
812 const GLint location1 = glGetUniformLocation(program, "color1"); in TEST_P() local
1803 GLint location1 = glGetUniformLocation(mFragProg, "tex"); in TEST_P() local
2185 static float distanceBetween(Location location1, Location location2) { in distanceBetween()