Searched refs:infoMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.h79 InfoMap& infoMap = ShapeOutsideInfo::infoMap(); local
80 if (ShapeOutsideInfo* info = infoMap.get(&key))
82 InfoMap::AddResult result = infoMap.add(&key, ShapeOutsideInfo::createInfo(key));
85 static void removeInfo(const RenderBox& key) { infoMap().remove(&key); }
86 static ShapeOutsideInfo* info(const RenderBox& key) { return infoMap().get(&key); }
110 static InfoMap& infoMap() function in class:WebCore::FINAL
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A Dformatutils9.cpp228 static const D3D9FormatInfoMap infoMap = BuildD3D9FormatInfoMap(); local
229 return infoMap;
234 const D3D9FormatInfoMap &infoMap = GetD3D9FormatInfoMap(); local
235 D3D9FormatInfoMap::const_iterator iter = infoMap.find(format);
236 if (iter != infoMap.end())
253 const D3D9FormatInfoMap &infoMap = GetD3D9FormatInfoMap(); local
254 for (D3D9FormatInfoMap::const_iterator i = infoMap.begin(); i != infoMap.end(); ++i)
837 static const D3D9FormatInfoMap infoMap = BuildD3D9FormatInfoMap(); local
838 D3D9FormatInfoMap::const_iterator iter = infoMap
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A Dformatutils11.cpp654 static const DXGIFormatInfoMap infoMap = BuildDXGIFormatInfoMap(); local
655 return infoMap;
660 const DXGIFormatInfoMap &infoMap = GetDXGIFormatInfoMap(); local
661 DXGIFormatInfoMap::const_iterator iter = infoMap.find(format);
662 if (iter != infoMap.end())
680 const DXGIFormatInfoMap &infoMap = GetDXGIFormatInfoMap(); local
681 for (DXGIFormatInfoMap::const_iterator i = infoMap.begin(); i != infoMap.end(); ++i)
761 static const DepthStencilInfoMap infoMap = BuildDepthStencilInfoMap(); local
762 return infoMap;
767 const DepthStencilInfoMap& infoMap = GetDepthStencilInfoMap(); local
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp435 static const TypeInfoMap infoMap = BuildTypeInfoMap(); local
436 TypeInfoMap::const_iterator iter = infoMap.find(type);
437 if (iter != infoMap.end())

Completed in 155 milliseconds