HomeSort by relevance Sort by last modified time
    Searched defs:GetFormat (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
rule.h 32 // Process(rule.GetFormat());
48 const std::vector<AddressField>& GetFormat() const { return format_; }
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 88 GLenum FrameBuffer::GetFormat() const {
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 88 GLenum FrameBuffer::GetFormat() const {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 86 GLenum FrameBuffer::GetFormat() const {
  /external/chromium_org/ui/gl/
gl_surface_osmesa.cc 77 unsigned GLSurfaceOSMesa::GetFormat() {
gl_surface.cc 144 unsigned GLSurface::GetFormat() {
253 unsigned GLSurfaceAdapter::GetFormat() {
254 return surface_->GetFormat();
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
  /external/chromium_org/cc/resources/
ui_resource_bitmap.h 38 UIResourceFormat GetFormat() const { return format_; }
  /external/chromium_org/chromeos/network/
network_event_log.cc 159 void GetFormat(const std::string& format_string,
249 GetFormat(
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 290 unsigned TextureImageTransportSurface::GetFormat() {
291 return surface_.get() ? surface_->GetFormat() : 0;

Completed in 695 milliseconds