Home
last modified time | relevance | path

Searched refs:InputLayoutCache (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp103 InputLayoutCache::InputLayoutCache() : mLayoutCache(kDefaultCacheSize * 2) {} in InputLayoutCache() function in rx::InputLayoutCache
105 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()
DInputLayoutCache.h81 class InputLayoutCache : angle::NonCopyable
84 InputLayoutCache();
85 ~InputLayoutCache();
DStateManager11.h283 InputLayoutCache *getInputLayoutCache() { return &mInputLayoutCache; } in getInputLayoutCache()
598 InputLayoutCache mInputLayoutCache;
/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp71 rx::InputLayoutCache *inputLayoutCache = renderer11->getStateManager()->getInputLayoutCache(); in TEST_P()
/external/angle/src/libANGLE/renderer/d3d/
DBUILD.gn154 "d3d11/InputLayoutCache.cpp",
155 "d3d11/InputLayoutCache.h",