Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dtask_annotator_unittest.cc138 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/
DCHROMIUM_bind_uniform_location.txt64 GLint location0 = 123;
66 glBindUniformLocation(program, location0, "u_someArray[0]");