Searched refs:location0 (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/debug/ |
D | task_annotator_unittest.cc | 138 const Location location0 = FROM_HERE; in TEST_F() local 161 location1.program_counter(), location0.program_counter()}), in TEST_F() 167 location0.program_counter()}), in TEST_F() 172 ExpectedTrace({location1.program_counter(), location0.program_counter()}), in TEST_F() 177 ExpectedTrace({location0.program_counter()}), std::move(task2)); in TEST_F() 180 Unretained(this), loop.task_runner(), location0, location1, in TEST_F() 183 loop.task_runner()->PostTask(location0, std::move(task0)); in TEST_F() 282 const Location location0 = FROM_HERE; in TEST_F() local 326 location1.program_counter(), location0.program_counter()}), in TEST_F() 332 location0.program_counter()}), in TEST_F() [all …]
|
/external/angle/extensions/ |
D | CHROMIUM_bind_uniform_location.txt | 64 GLint location0 = 123; 66 glBindUniformLocation(program, location0, "u_someArray[0]");
|