Home
last modified time | relevance | path

Searched defs:resourceCount (Results 1 – 4 of 4) sorted by relevance

/third_party/node/benchmark/async_hooks/
Dasync-local-storage-getstore-nested-resources.js18 resourceCount: [10, 100, 1000], property
28 function runInAsyncScopes(resourceCount, cb, i = 0) { argument
39 function main({ n, resourceCount }) { field
/third_party/skia/bench/
DGrResourceCacheBench.cpp43 static void populate_cache(GrGpu* gpu, int resourceCount, int keyData32Count) { in populate_cache()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp938 int resourceCount = 0; in getAtomicCounterBufferSizeMap() local
/third_party/skia/src/gpu/
DGrDirectContext.cpp273 void GrDirectContext::getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const { in getResourceCacheUsage()