Home
last modified time | relevance | path

Searched refs:currentBudgetedBytes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/tests/graphite/
H A DGraphiteResourceCacheTest.cpp326 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 DResourceCache.h83 size_t currentBudgetedBytes() const { return fBudgetedBytes; } in currentBudgetedBytes() function
H A DResourceProvider.h91 return fResourceCache->currentBudgetedBytes(); in getResourceCacheCurrentBudgetedBytes()
H A DRecorder.cpp473 size_t Recorder::currentBudgetedBytes() const { in currentBudgetedBytes() function in skgpu::graphite::Recorder
H A DContext.cpp794 size_t Context::currentBudgetedBytes() const { in currentBudgetedBytes() function in skgpu::graphite::Context
/aosp_15_r20/external/skia/include/gpu/graphite/
H A DRecorder.h200 size_t currentBudgetedBytes() const;
H A DContext.h218 size_t currentBudgetedBytes() const;