Searched refs:kMaxInputLayouts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DInputLayoutCache.cpp39 const unsigned int InputLayoutCache::kMaxInputLayouts = 1024; member in class:rx::InputLayoutCache
41 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareInputLayouts)
154 if (mInputLayoutMap.size() >= kMaxInputLayouts)
157 "to make room.", kMaxInputLayouts);
H A DInputLayoutCache.h91 static const unsigned int kMaxInputLayouts; member in class:rx::InputLayoutCache

Completed in 69 milliseconds