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()173 angle::Result InputLayoutCache::createInputLayout( in createInputLayout()228 void InputLayoutCache::setCacheSize(size_t newCacheSize) in setCacheSize()
73 class InputLayoutCache : angle::NonCopyable76 InputLayoutCache();77 ~InputLayoutCache();
300 InputLayoutCache *getInputLayoutCache() { return &mInputLayoutCache; } in getInputLayoutCache()638 InputLayoutCache mInputLayoutCache;
147 "d3d11/InputLayoutCache.cpp",148 "d3d11/InputLayoutCache.h",
75 rx::InputLayoutCache *inputLayoutCache = renderer11->getStateManager()->getInputLayoutCache(); in TEST_P()