OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlushAndWaitForDone
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_graphics_2d.cc
102
std::string TestGraphics2D::
FlushAndWaitForDone
(pp::Graphics2D* context) {
197
std::string result =
FlushAndWaitForDone
(dc);
388
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
407
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
421
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
435
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
467
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
478
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
490
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc));
502
ASSERT_SUBTEST_SUCCESS(
FlushAndWaitForDone
(&dc))
[
all
...]
test_graphics_2d.h
72
std::string
FlushAndWaitForDone
(pp::Graphics2D* context);
Completed in 23 milliseconds