Searched refs:setMaxEntriesInDescriptorMapForTesting (Results 1 – 3 of 3) sorted by relevance
276 void setMaxEntriesInDescriptorMapForTesting(size_t count);313 void SkStrikeServerImpl::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServerImpl561 void SkStrikeServer::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServer562 fImpl->setMaxEntriesInDescriptorMapForTesting(count); in setMaxEntriesInDescriptorMapForTesting()
73 void setMaxEntriesInDescriptorMapForTesting(size_t count);
614 server.setMaxEntriesInDescriptorMapForTesting(1u); in DEF_TEST()