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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.h 294 struct MultisampleSupportInfo
299 MultisampleSupportInfo getMultisampleSupportInfo(DXGI_FORMAT format);
301 typedef std::unordered_map<DXGI_FORMAT, MultisampleSupportInfo> MultisampleSupportMap;
Renderer11.cpp 281 MultisampleSupportInfo support = getMultisampleSupportInfo(*i);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.h 319 struct MultisampleSupportInfo
324 typedef std::map<D3DFORMAT, MultisampleSupportInfo> MultisampleSupportMap;
328 MultisampleSupportInfo getMultiSampleSupport(D3DFORMAT format);
Renderer9.cpp 311 MultisampleSupportInfo support = getMultiSampleSupport(*i);
    [all...]

Completed in 494 milliseconds