Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/text/gpu/
H A DSkChromeRemoteGlyphCache.cpp280 void setMaxEntriesInDescriptorMapForTesting(size_t count);
317 void SkStrikeServerImpl::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServerImpl
567 void SkStrikeServer::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServer
568 fImpl->setMaxEntriesInDescriptorMapForTesting(count); in setMaxEntriesInDescriptorMapForTesting()
/aosp_15_r20/external/skia/include/private/chromium/
H A DSkChromeRemoteGlyphCache.h73 void setMaxEntriesInDescriptorMapForTesting(size_t count);
/aosp_15_r20/external/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp614 server.setMaxEntriesInDescriptorMapForTesting(1u); in DEF_TEST()