OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatMap
(Results
1 - 4
of
4
) 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_;
/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
...]
/external/lldb/include/lldb/DataFormatters/
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;
Completed in 206 milliseconds