Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_test_autogen.h17 void* next_cmd = cmd.Set( in TEST_F() local
25 next_cmd, sizeof(cmd)); in TEST_F()
30 void* next_cmd = cmd.Set( in TEST_F() local
40 next_cmd, sizeof(cmd)); in TEST_F()
45 void* next_cmd = cmd.Set( in TEST_F() local
61 next_cmd, sizeof(cmd)); in TEST_F()
67 void* next_cmd = cmd.Set( in TEST_F() local
79 next_cmd, sizeof(cmd)); in TEST_F()
84 void* next_cmd = cmd.Set( in TEST_F() local
94 next_cmd, sizeof(cmd)); in TEST_F()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dmain_wnd.cc532 UINT next_cmd = shift ? GW_HWNDPREV : GW_HWNDNEXT; in HandleTabbing() local
536 next = ::GetWindow(focus, next_cmd); in HandleTabbing()