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

/external/skia/src/gpu/
H A DGrContext.cpp218 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
219 GrResource* resource = fTextureCache->find(resourceKey);
227 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
228 return fTextureCache->hasKey(resourceKey);
234 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), local
237 fTextureCache->addResource(resourceKey, sb);
242 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, local
245 GrResource* resource = fTextureCache->find(resourceKey);
357 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
360 if (GrTexture::NeedsResizing(resourceKey)) {
[all...]
/external/icu4c/test/intltest/
H A Drestest.cpp576 const char *resourceKey; member in struct:__anon6934
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/icu4c/common/unicode/
H A Dures.h217 *@param resourceKey key tagging the resource
230 const char* resourceKey,
/external/icu4c/test/cintltst/
H A Dcrestst.c957 const char *resourceKey; member in struct:__anon6857
992 res = ures_getByKey(rb, test[i].resourceKey, res, &status);
995 log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu4c/common/
H A Duresbund.cpp2158 const char* resourceKey,
2170 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2157 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 121 milliseconds