Home
last modified time | relevance | path

Searched refs:proxyCache (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/graphite/
DProxyCacheTest.cpp34 ProxyCache* proxyCache = recorder->priv().proxyCache(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
43 REPORTER_ASSERT(r, proxyCache->numCached() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
45 sk_sp<TextureProxy> proxy = proxyCache->findOrCreateCachedProxy(recorder.get(), bitmap, in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
48 REPORTER_ASSERT(r, proxyCache->numCached() == 1); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
52 proxyCache->forceProcessInvalidKeyMsgs(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
54 REPORTER_ASSERT(r, proxyCache->numCached() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
61 ProxyCache* proxyCache1 = recorder1->priv().proxyCache(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
63 ProxyCache* proxyCache2 = recorder2->priv().proxyCache(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
112 ProxyCache* proxyCache = recorder->priv().proxyCache(); in setup_test() local
122 REPORTER_ASSERT(r, proxyCache->numCached() == 0); in setup_test()
[all …]
/external/skia/src/gpu/graphite/
DRecorderPriv.h68 ProxyCache* proxyCache() { return this->resourceProvider()->proxyCache(); } in proxyCache() function
DResourceProvider.h91 ProxyCache* proxyCache() { return fResourceCache->proxyCache(); } in proxyCache() function
DResourceCache.h73 ProxyCache* proxyCache() { return fProxyCache.get(); } in proxyCache() function
DRecorder.cpp576 return recorder->priv().proxyCache()->findOrCreateCachedProxy(recorder, in CreateCachedProxy()
/external/skia/src/gpu/graphite/geom/
DAnalyticBlurMask.cpp151 sk_sp<TextureProxy> integral = recorder->priv().proxyCache()->findOrCreateCachedProxy( in MakeRect()
259 sk_sp<TextureProxy> profile = recorder->priv().proxyCache()->findOrCreateCachedProxy( in MakeCircle()
375 sk_sp<TextureProxy> ninePatch = recorder->priv().proxyCache()->findOrCreateCachedProxy( in MakeRRect()
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java335 private static Map<ClassLoader,Map<String,ProxyDetails>> proxyCache = field in ProxyFactory
521 synchronized (proxyCache) { in createClass1()
573 Map<String,ProxyDetails> cacheForTheLoader = proxyCache.get(cl); in createClass2()
577 proxyCache.put(cl, cacheForTheLoader); in createClass2()