Searched refs:circle (Results 1 – 7 of 7) sorted by relevance
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | renderer.cpp | 184 auto& circle = state.circles[i]; in update() local 186 circle.setPosition(circle.getPosition() + Vec3(v, 0.0f)); in update() 187 Vec3 position = circle.getPosition(); in update() 225 auto& circle = state.circles[i]; in draw() local 226 circle.updateViewProjection(projectionMatrix * viewMatrix); in draw() 227 circle.draw(); in draw()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 91 plot.circle('x', 'y', source=source, size=0.5, fill_color='color') 194 plot.circle(txs, currents, fill_color='white', size=8)
|
D | PowerGnssBaseTest.py | 115 plot.circle('x0', 'y0', source=source, size=0.5, fill_color='color')
|
/tools/test/graphicsbenchmark/apps/sample_app/ |
D | Android.bp | 24 "src/cpp/circle.cpp",
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 1110 plot.circle(x_data, 1186 plot_i_j.circle( 1216 plot_i_j.circle( 1227 plot_i_j.circle( 1268 plot_i_j.circle(
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanWmmTest.py | 507 time_vs_bandwidth_graph.circle(line['x_axis'],
|
D | WlanRvrTest.py | 74 throughput_vs_attn_graph.circle('relative_attn',
|