Searched refs:kRGBA64Bytes (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 416 constexpr size_t kRGBA64Bytes = 4 * 64 * 64; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 427 {"basic", kUnder, kRGBA64Bytes, {}, {}, {{kProxy64, 0, 2}}}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 428 {"basic, over", kOver, kRGBA64Bytes - 1, {}, {}, {{kProxy64, 0, 2}}}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 429 {"shared", kUnder, kRGBA64Bytes, {}, {}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 434 {"retrieved from cache", kUnder, kRGBA64Bytes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 440 {"purge 4", kUnder, kRGBA64Bytes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 451 {"dont purge what we've reserved", kOver, kRGBA64Bytes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 458 {"unpurgeable", kOver, kRGBA64Bytes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 464 {"lazy", kUnder, kRGBA64Bytes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 470 {"lazy, over", kOver, kRGBA64Bytes in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() [all...] |
Completed in 2 milliseconds