Searched refs:FormatColor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.cc181 uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color) { function
192 uint32_t formatted_pixel_color = FormatColor(image_format, pixel_color);
222 uint32_t expected_color = FormatColor(image_desc.format, color);
H A Dtest_interface.h196 // and provide alpha premultiplcation in FormatColor(). This will be required
211 uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color);
/external/chromium_org/ppapi/tests/
H A Dtest_fullscreen.cc28 uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color) { function in namespace:__anon10202
214 painted_color_ = FormatColor(image_format, color);

Completed in 1328 milliseconds