Searched refs:resourceKey (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp56 GrResourceKey resourceKey = GrPath::ComputeKey(skPath, stroke); local
57 SkAutoTUnref<GrPath> path(static_cast<GrPath*>(ctx->findAndRefCachedResource(resourceKey)));
60 ctx->addResourceToCache(resourceKey, path);
H A DGrContext.cpp265 GrResourceKey resourceKey = GrTextureImpl::ComputeKey(fGpu, params, desc, cacheID); local
266 GrGpuResource* resource = fResourceCache->find(resourceKey);
274 GrResourceKey resourceKey = GrTextureImpl::ComputeKey(fGpu, params, desc, cacheID); local
275 return fResourceCache->hasKey(resourceKey);
281 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), local
284 fResourceCache->addResource(resourceKey, sb);
289 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, local
292 GrGpuResource* resource = fResourceCache->find(resourceKey);
413 GrResourceKey resourceKey = GrTextureImpl::ComputeKey(fGpu, params, desc, cacheID); local
416 if (GrTextureImpl::NeedsResizing(resourceKey)) {
1910 addResourceToCache(const GrResourceKey& resourceKey, GrGpuResource* resource) argument
1915 findAndRefCachedResource(const GrResourceKey& resourceKey) argument
[all...]
H A DGrStencilAndCoverTextContext.cpp228 GrResourceKey resourceKey = GrResourceKey(GrCacheID(gGlyphsDomain, key), local
232 static_cast<GrPathRange*>(ctx->findAndRefCachedResource(resourceKey)));
235 ctx->addResourceToCache(resourceKey, glyphs);
/external/skia/src/gpu/
H A DGrContext.cpp244 GrResourceKey resourceKey = GrTextureImpl::ComputeKey(fGpu, params, desc, cacheID); local
245 GrCacheable* resource = fResourceCache->find(resourceKey);
253 GrResourceKey resourceKey = GrTextureImpl::ComputeKey(fGpu, params, desc, cacheID); local
254 return fResourceCache->hasKey(resourceKey);
260 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), local
263 fResourceCache->addResource(resourceKey, sb);
268 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, local
271 GrCacheable* resource = fResourceCache->find(resourceKey);
391 GrResourceKey resourceKey = GrTextureImpl::ComputeKey(fGpu, params, desc, cacheID); local
394 if (GrTextureImpl::NeedsResizing(resourceKey)) {
1885 GrResourceKey resourceKey = GrPath::ComputeKey(inPath, stroke); local
1897 addResourceToCache(const GrResourceKey& resourceKey, GrCacheable* resource) argument
1902 findAndRefCachedResource(const GrResourceKey& resourceKey) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestest.cpp576 const char *resourceKey; member in struct:__anon12332
609 ResourceBundle res = rb.get(test[i].resourceKey, status);
612 err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp575 const char *resourceKey; member in struct:__anon22143
608 ResourceBundle res = rb.get(test[i].resourceKey, status);
611 err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h217 *@param resourceKey key tagging the resource
230 const char* resourceKey,
/external/icu/icu4c/source/common/unicode/
H A Dures.h217 *@param resourceKey key tagging the resource
230 const char* resourceKey,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c958 const char *resourceKey; member in struct:__anon12252
993 res = ures_getByKey(rb, test[i].resourceKey, res, &status);
996 log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c956 const char *resourceKey; member in struct:__anon22053
991 res = ures_getByKey(rb, test[i].resourceKey, res, &status);
994 log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp2185 const char* resourceKey,
2197 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2184 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) argument
/external/icu/icu4c/source/common/
H A Duresbund.cpp2185 const char* resourceKey,
2197 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2184 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 431 milliseconds