Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A 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()
173 angle::Result InputLayoutCache::createInputLayout( in createInputLayout()
228 void InputLayoutCache::setCacheSize(size_t newCacheSize) in setCacheSize()
H A DInputLayoutCache.h73 class InputLayoutCache : angle::NonCopyable
76 InputLayoutCache();
77 ~InputLayoutCache();
H A DStateManager11.h300 InputLayoutCache *getInputLayoutCache() { return &mInputLayoutCache; } in getInputLayoutCache()
638 InputLayoutCache mInputLayoutCache;
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A Dd3d_backend.gni147 "d3d11/InputLayoutCache.cpp",
148 "d3d11/InputLayoutCache.h",
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DD3D11InputLayoutCacheTest.cpp75 rx::InputLayoutCache *inputLayoutCache = renderer11->getStateManager()->getInputLayoutCache(); in TEST_P()