Searched defs:GetPixels (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h33 uint8_t* GetPixels() { return pixels_.get(); } function in class:cc::UIResourceBitmap
H A Dresource_provider_unittest.cc265 void GetPixels(gfx::Size size, WGC3Denum format, uint8_t* pixels) { function in class:cc::__anon4130::ContextSharedData
348 context->GetPixels(size, format, pixels);
612 child_context->GetPixels(size, format, result);
619 child_context->GetPixels(size, format, result);
817 context()->GetPixels(gfx::Size(1, 1), GL_RGBA, test_data);
861 context()->GetPixels(gfx::Size(1, 1), GL_RGBA, test_data);

Completed in 77 milliseconds