Lines Matching defs:gpu
11 #include "include/gpu/GrDirectContext.h"
12 #include "src/gpu/GrDirectContextPriv.h"
13 #include "src/gpu/GrGpu.h"
14 #include "src/gpu/GrGpuResource.h"
15 #include "src/gpu/GrGpuResourcePriv.h"
16 #include "src/gpu/GrResourceCache.h"
24 BenchResource (GrGpu* gpu)
25 : INHERITED(gpu) {
43 static void populate_cache(GrGpu* gpu, int resourceCount, int keyData32Count) {
47 GrGpuResource* resource = new BenchResource(gpu);
85 GrGpu* gpu = context->priv().getGpu();
88 populate_cache(gpu, CACHE_SIZE_COUNT, fKeyData32Count);
131 GrGpu* gpu = fContext->priv().getGpu();
133 populate_cache(gpu, CACHE_SIZE_COUNT, fKeyData32Count);