Searched defs:GetFormat (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h32 UIResourceFormat GetFormat() const { return format_; } function in class:cc::UIResourceBitmap
/external/chromium_org/ui/gl/
H A Dgl_surface_osmesa.cc77 unsigned GLSurfaceOSMesa::GetFormat() { function in class:gfx::GLSurfaceOSMesa
H A Dgl_surface.cc144 unsigned GLSurface::GetFormat() { function in class:gfx::GLSurface
253 unsigned GLSurfaceAdapter::GetFormat() { function in class:gfx::GLSurfaceAdapter
254 return surface_->GetFormat();
/external/chromium_org/chromeos/network/
H A Dnetwork_event_log.cc136 void GetFormat(const std::string& format_string, function in namespace:chromeos::network_event_log::__anon7315
222 GetFormat(format, &show_time, &show_file, &show_desc, &format_html);
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc285 unsigned TextureImageTransportSurface::GetFormat() { function in class:content::TextureImageTransportSurface
286 return surface_.get() ? surface_->GetFormat() : 0;

Completed in 86 milliseconds