Searched refs:resourceCount (Results 1 - 5 of 5) sorted by relevance
/third_party/node/benchmark/async_hooks/ |
H A D | async-local-storage-getstore-nested-resources.js | 18 resourceCount: [10, 100, 1000], 28 function runInAsyncScopes(resourceCount, cb, i = 0) { 29 if (i === resourceCount) { 34 runInAsyncScopes(resourceCount, cb, i + 1); 39 function main({ n, resourceCount }) { 41 runInAsyncScopes(resourceCount, () => {
|
/third_party/skia/bench/ |
H A D | GrResourceCacheBench.cpp | 43 static void populate_cache(GrGpu* gpu, int resourceCount, int keyData32Count) { in populate_cache() argument 44 for (int i = 0; i < resourceCount; ++i) { in populate_cache()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ProgramGL.cpp | 938 int resourceCount = 0; in getAtomicCounterBufferSizeMap() local 940 &resourceCount); in getAtomicCounterBufferSizeMap() 942 for (int index = 0; index < resourceCount; index++) in getAtomicCounterBufferSizeMap()
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContext.cpp | 276 void GrDirectContext::getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const { in getResourceCacheUsage() argument 279 if (resourceCount) { in getResourceCacheUsage() 280 *resourceCount = fResourceCache->getBudgetedResourceCount(); in getResourceCacheUsage()
|
/third_party/skia/include/gpu/ |
H A D | GrDirectContext.h | 229 * @param resourceCount If non-null, returns the number of resources that are held in the 234 void getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const;
|
Completed in 9 milliseconds