Searched refs:fRuntimeProgramCacheSize (Results 1 – 8 of 8) sorted by relevance
220 int fRuntimeProgramCacheSize = 256; member
44 : fMap(gpu->getContext()->priv().options().fRuntimeProgramCacheSize) in PipelineStateCache()
95 : fMap(gpu->getContext()->priv().options().fRuntimeProgramCacheSize)
306 : fMap(gpu->getContext()->priv().options().fRuntimeProgramCacheSize) in PipelineStateCache()
766 GrContextOptions::fRuntimeProgramCacheSize
1696 replayOptions.fRuntimeProgramCacheSize = memoryCache.numCacheMisses(); in draw()
701 GrContextOptions::fRuntimeProgramCacheSize
342 , fProgramCache(new ProgramCache(dContext->priv().options().fRuntimeProgramCacheSize)) in GrGLGpu()