Searched refs:fTotalRequests (Results 1 – 4 of 4) sorted by relevance
36 , fTotalRequests(0) in ProgramCache()47 SkDebugf("Total requests: %d\n", fTotalRequests); in ~ProgramCache()49 SkDebugf("Cache miss %%: %f\n", (fTotalRequests > 0) ? in ~ProgramCache()50 100.f * fCacheMisses / fTotalRequests : in ~ProgramCache()52 int cacheHits = fTotalRequests - fCacheMisses; in ~ProgramCache()61 fTotalRequests = 0; in abandon()72 ++fTotalRequests; in refProgram()
303 int fTotalRequests; variable
43 , fTotalRequests(0) in PipelineStateCache()54 SkDebugf("Total requests: %d\n", fTotalRequests); in ~PipelineStateCache()56 SkDebugf("Cache miss %%: %f\n", (fTotalRequests > 0) ? in ~PipelineStateCache()57 100.f * fCacheMisses / fTotalRequests : in ~PipelineStateCache()82 ++fTotalRequests; in refPipelineState()
197 int fTotalRequests; variable