Searched refs:currentBudgetedBytes (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | GraphiteResourceCacheTest.cpp | 326 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 10); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 337 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 11); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 352 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 12); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 362 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 385 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 10); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 396 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 9); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 407 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 10); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 419 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 14); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 426 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 10); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 434 REPORTER_ASSERT(reporter, resourceCache->currentBudgetedBytes() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() [all …]
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ResourceCache.h | 83 size_t currentBudgetedBytes() const { return fBudgetedBytes; } in currentBudgetedBytes() function
|
H A D | ResourceProvider.h | 91 return fResourceCache->currentBudgetedBytes(); in getResourceCacheCurrentBudgetedBytes()
|
H A D | Recorder.cpp | 473 size_t Recorder::currentBudgetedBytes() const { in currentBudgetedBytes() function in skgpu::graphite::Recorder
|
H A D | Context.cpp | 794 size_t Context::currentBudgetedBytes() const { in currentBudgetedBytes() function in skgpu::graphite::Context
|
/aosp_15_r20/external/skia/include/gpu/graphite/ |
H A D | Recorder.h | 200 size_t currentBudgetedBytes() const;
|
H A D | Context.h | 218 size_t currentBudgetedBytes() const;
|