HomeSort by relevance Sort by last modified time
    Searched refs:GetFormat (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 18 GLenum GetFormat() const;
FrameBuffer.cpp 86 GLenum FrameBuffer::GetFormat() const {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_ui.cc 106 rule.GetFormat().begin();
107 field_it != rule.GetFormat().end(); ++field_it) {
115 next_field_it == rule.GetFormat().end() || IsNewline(*next_field_it);
rule.h 32 // Process(rule.GetFormat());
48 const std::vector<AddressField>& GetFormat() const { return format_; }
  /external/chromium_org/ui/gl/
gl_surface_osmesa.h 29 virtual unsigned GetFormat() OVERRIDE;
gl_surface.h 94 virtual unsigned GetFormat();
148 virtual unsigned GetFormat() OVERRIDE;
gl_surface.cc 144 unsigned GLSurface::GetFormat() {
253 unsigned GLSurfaceAdapter::GetFormat() {
254 return surface_->GetFormat();
gl_surface_osmesa.cc 77 unsigned GLSurfaceOSMesa::GetFormat() {
gl_context_osmesa.cc 28 GLuint format = compatible_surface->GetFormat();
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 GLenum GetFormat() const;
FrameBuffer.cpp 88 GLenum FrameBuffer::GetFormat() const {
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 GLenum GetFormat() const;
FrameBuffer.cpp 88 GLenum FrameBuffer::GetFormat() const {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
rule_retriever_test.cc 79 EXPECT_FALSE(rule_.GetFormat().empty());
90 EXPECT_TRUE(rule_.GetFormat().empty());
rule_test.cc 54 EXPECT_NE(rule.GetFormat(), copy.GetFormat());
64 EXPECT_EQ(rule.GetFormat(), copy.GetFormat());
84 EXPECT_FALSE(rule.GetFormat().empty());
101 EXPECT_TRUE(rule.GetFormat().empty());
114 ASSERT_EQ(1, rule.GetFormat().size());
115 EXPECT_EQ(ADMIN_AREA, rule.GetFormat()[0]);
  /external/chromium_org/cc/resources/
ui_resource_bitmap.h 38 UIResourceFormat GetFormat() const { return format_; }
  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 33 MOCK_METHOD0(GetFormat, unsigned());
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
dbregtest.cpp 166 int format = ref.GetFormat();
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
dbregtest.cpp 166 int format = ref.GetFormat();
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 39 virtual unsigned GetFormat() OVERRIDE;
texture_image_transport_surface.cc 290 unsigned TextureImageTransportSurface::GetFormat() {
291 return surface_.get() ? surface_->GetFormat() : 0;
  /external/chromium_org/chromeos/network/
network_event_log.cc 159 void GetFormat(const std::string& format_string,
249 GetFormat(

Completed in 757 milliseconds

1 2