Home
last modified time | relevance | path

Searched refs:text_blob_cache_inner (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DTextBlobCacheTest.cpp51 static void text_blob_cache_inner(skiatest::Reporter* reporter, GrContext* context, in text_blob_cache_inner() function
159 text_blob_cache_inner(reporter, ctxInfo.grContext(), 1024, 256, 30, true, false); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
163 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, true, true); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
167 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, false); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
171 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, true); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
/external/skia/tests/
DTextBlobCacheTest.cpp66 static void text_blob_cache_inner(skiatest::Reporter* reporter, GrDirectContext* dContext, in text_blob_cache_inner() function
175 text_blob_cache_inner(reporter, ctxInfo.directContext(), 1024, 256, 30, true, false); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
179 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, true, true); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
183 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, false, false); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
187 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, false, true); in DEF_GPUTEST_FOR_MOCK_CONTEXT()