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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
InputLayoutCache.cpp 39 const unsigned int InputLayoutCache::kMaxInputLayouts = 1024;
41 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareInputLayouts)
154 if (mInputLayoutMap.size() >= kMaxInputLayouts)
157 "to make room.", kMaxInputLayouts);
InputLayoutCache.h 91 static const unsigned int kMaxInputLayouts;

Completed in 52 milliseconds