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

  /external/chromium_org/ppapi/tests/
test_graphics_3d.cc 156 GLubyte pixel_color[4]; local
158 x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel_color);
160 ASSERT_EQ(pixel_color[0], expected_color[0]);
161 ASSERT_EQ(pixel_color[1], expected_color[1]);
162 ASSERT_EQ(pixel_color[2], expected_color[2]);
163 ASSERT_EQ(pixel_color[3], expected_color[3]);
169 GLubyte pixel_color[4]; local
170 glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel_color);
172 ASSERT_EQ(pixel_color[0], expected_color[0]);
173 ASSERT_EQ(pixel_color[1], expected_color[1])
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
spyware.cc 55 COLORREF pixel_color = ::GetPixel(screen_dc, 0, 0); local
59 if (::GetPixel(screen_dc, x, y) != pixel_color) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 190 PP_Resource CreateImageData(PP_Size size, ColorPremul pixel_color, void** bmp) {
192 uint32_t formatted_pixel_color = FormatColor(image_format, pixel_color);
232 uint32_t pixel_color = static_cast<uint32_t*>(bitmap)[stride * y + x]; local
233 found_error = (pixel_color != expected_color);
test_interface.h 214 // and |pixel_color|.
215 PP_Resource CreateImageData(PP_Size size, ColorPremul pixel_color, void** bmp);
  /external/qemu/android/camera/
camera-format-converters.c 968 const char pixel_color = _get_bayer_color_sel(desc, x, y); local
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 120 SkPMColor pixel_color = premultiplied_alpha ? local
126 std::vector<uint32_t> pixels(rect.size().GetArea(), pixel_color);
    [all...]

Completed in 751 milliseconds