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

  /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/cc/resources/
ui_resource_bitmap.h 32 UIResourceFormat 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/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; }
dbregtest.cpp 166 int format = ref.GetFormat();
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 39 virtual unsigned GetFormat() OVERRIDE;
texture_image_transport_surface.cc 285 unsigned TextureImageTransportSurface::GetFormat() {
286 return surface_.get() ? surface_->GetFormat() : 0;
  /external/chromium_org/chromeos/network/
network_event_log.cc 136 void GetFormat(const std::string& format_string,
222 GetFormat(format, &show_time, &show_file, &show_desc, &format_html);
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]

Completed in 314 milliseconds