Searched refs:InputLayoutCache (Results 1 – 5 of 5) sorted by relevance
103 InputLayoutCache::InputLayoutCache() : mLayoutCache(kDefaultCacheSize * 2) {} in InputLayoutCache() function in rx::InputLayoutCache105 InputLayoutCache::~InputLayoutCache() {} in ~InputLayoutCache()107 void InputLayoutCache::clear() in clear()112 angle::Result InputLayoutCache::getInputLayout( in getInputLayout()193 angle::Result InputLayoutCache::createInputLayout( in createInputLayout()306 void InputLayoutCache::setCacheSize(size_t newCacheSize) in setCacheSize()
81 class InputLayoutCache : angle::NonCopyable84 InputLayoutCache();85 ~InputLayoutCache();
283 InputLayoutCache *getInputLayoutCache() { return &mInputLayoutCache; } in getInputLayoutCache()598 InputLayoutCache mInputLayoutCache;
71 rx::InputLayoutCache *inputLayoutCache = renderer11->getStateManager()->getInputLayoutCache(); in TEST_P()
154 "d3d11/InputLayoutCache.cpp",155 "d3d11/InputLayoutCache.h",