Searched refs:fRuntimeProgramCacheSize (Results 1 – 8 of 8) sorted by relevance
223 int fRuntimeProgramCacheSize = 256; member
43 : fMap(gpu->getContext()->priv().options().fRuntimeProgramCacheSize) in PipelineStateCache()
306 : fMap(gpu->getContext()->priv().options().fRuntimeProgramCacheSize) in PipelineStateCache()
186 : fMap(gpu->getContext()->priv().options().fRuntimeProgramCacheSize)
743 GrContextOptions::fRuntimeProgramCacheSize
855 GrContextOptions::fRuntimeProgramCacheSize
1707 replayOptions.fRuntimeProgramCacheSize = memoryCache.numCacheMisses(); in draw()
343 , fProgramCache(new ProgramCache(dContext->priv().options().fRuntimeProgramCacheSize)) in GrGLGpu()