Home
last modified time | relevance | path

Searched refs:setCacheSize (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.h90 void setCacheSize(size_t newCacheSize);
DInputLayoutCache.cpp306 void InputLayoutCache::setCacheSize(size_t newCacheSize) in setCacheSize() function in rx::InputLayoutCache
/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp74 inputLayoutCache->setCacheSize(4); in TEST_P()