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

  /external/chromium_org/ppapi/shared_impl/
flash_clipboard_format_registry.h 56 typedef std::map<uint32_t, std::string> FormatMap;
57 FormatMap custom_formats_;
flash_clipboard_format_registry.cc 62 FormatMap::const_iterator it = custom_formats_.find(format);
70 for (FormatMap::const_iterator it = custom_formats_.begin();
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 37 typedef FormatMap<ConstString, TypeSummaryImpl> NamedSummariesMap;
FormatNavigator.h 107 class FormatMap
116 FormatMap(IFormatChangeListener* lst) :
252 typedef FormatMap<KeyType,ValueType> BackEndType;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 214 typedef std::map<ImageFormat, FormatFlags> FormatMap;
216 FormatMap m_map;
glsFboUtil.cpp 77 for (FormatMap::const_iterator it = m_map.begin(); it != m_map.end(); it++)
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 32 typedef std::map<FormatTypePair, FormatType> FormatMap;
35 static inline void InsertFormatMapping(FormatMap *map, GLenum format, GLenum type, GLenum internalFormat, ColorWriteFunction writeFunc)
43 FormatMap BuildFormatMap()
45 FormatMap map;
    [all...]

Completed in 70 milliseconds