HomeSort by relevance Sort by last modified time
    Searched refs:connection_used (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
clientinfo_unittest.cpp 108 static xcb_connection_t *connection_used; variable
134 connection_used = c;
161 connection_used = c;
196 connection_used = c;
265 connection_used = (xcb_connection_t *) ~0;
518 EXPECT_EQ((xcb_connection_t *) 0xdeadbeef, connection_used);
  /external/mesa3d/src/glx/tests/
clientinfo_unittest.cpp 108 static xcb_connection_t *connection_used; variable
134 connection_used = c;
161 connection_used = c;
196 connection_used = c;
265 connection_used = (xcb_connection_t *) ~0;
518 EXPECT_EQ((xcb_connection_t *) 0xdeadbeef, connection_used);

Completed in 428 milliseconds