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

  /external/chromium_org/gpu/command_buffer/tests/
gl_stream_draw_unittests.cc 68 static uint8 expected_red[4] = {255, 0, 0, 255, }; local
77 EXPECT_TRUE(GLTestHelper::CheckPixels(0, 0, kSize, kSize, 0, expected_red));
88 static uint8 expected_red[4] = {255, 0, 0, 255, }; local
104 EXPECT_TRUE(GLTestHelper::CheckPixels(0, 0, kSize, kSize, 0, expected_red));
122 static uint8 expected_red[4] = {255, 0, 0, 255, }; local
145 EXPECT_TRUE(GLTestHelper::CheckPixels(0, 0, kSize, kSize, 0, expected_red));
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 509 int expected_red = SkColorGetR(expected_color); local
520 EXPECT_NEAR(expected_red, red, allowable_error_)
    [all...]

Completed in 1721 milliseconds