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

1 2

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 88 GLenum FrameBuffer::GetFormat() const {
  /external/chromium_org/ppapi/cpp/
video_frame.cc 47 PP_VideoFrame_Format VideoFrame::GetFormat() const {
49 return get_interface<PPB_VideoFrame_0_1>()->GetFormat(pp_resource());
  /external/chromium_org/ppapi/proxy/
video_frame_resource.cc 47 PP_VideoFrame_Format VideoFrameResource::GetFormat() {
  /external/chromium_org/ppapi/thunk/
ppb_video_frame_thunk.cc 41 PP_VideoFrame_Format GetFormat(PP_Resource frame) {
42 VLOG(4) << "PPB_VideoFrame::GetFormat()";
46 return enter.object()->GetFormat();
77 &GetFormat,
  /external/lldb/source/API/
SBTypeFormat.cpp 48 SBTypeFormat::GetFormat ()
51 return m_opaque_sp->GetFormat();
114 if (GetFormat() == rhs.GetFormat())
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
SBValue.cpp     [all...]
  /packages/apps/Camera/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 {
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
  /external/chromium_org/ppapi/c/
ppb_video_frame.h 101 PP_VideoFrame_Format (*GetFormat)(PP_Resource frame);
  /external/chromium_org/ui/gl/
gl_surface_osmesa.cc 82 unsigned GLSurfaceOSMesa::GetFormat() {
gl_surface.cc 220 unsigned GLSurface::GetFormat() {
329 unsigned GLSurfaceAdapter::GetFormat() {
330 return surface_->GetFormat();
  /external/lldb/include/lldb/Interpreter/
OptionGroupFormat.h 59 GetFormat () const
  /packages/apps/Camera/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/lldb/source/DataFormatters/
DataVisualization.cpp 44 DataVisualization::ValueFormats::GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic)
52 DataVisualization::ValueFormats::GetFormat (const ConstString &type)
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
rule.h 42 // Process(rule.GetFormat());
70 const std::vector<FormatElement>& GetFormat() const { return format_; }
  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 178 GetFormat () const
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 289 unsigned TextureImageTransportSurface::GetFormat() {
290 return surface_.get() ? surface_->GetFormat() : 0;
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
rule.h 61 // Process(rule.GetFormat());
107 const std::vector<std::vector<FormatElement> >& GetFormat() const {
  /external/chromium_org/chromeos/network/
network_event_log.cc 214 void GetFormat(const std::string& format_string,
308 GetFormat(format,
  /external/lldb/source/Symbol/
Type.cpp 293 format == lldb::eFormatDefault ? GetFormat() : format,
380 Type::GetFormat ()
382 return GetClangForwardType().GetFormat();
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 157 FXDIB_Format GetFormat() const

Completed in 961 milliseconds

1 2