Searched defs:copyKey (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/
H A DGrBitmapTextureMaker.cpp60 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey, argument
64 MakeCopyKeyFromOrigKey(fOriginalKey, copyParams, copyKey);
68 void GrBitmapTextureMaker::didCacheCopy(const GrUniqueKey& copyKey) { argument
69 GrInstallBitmapUniqueKeyInvalidator(copyKey, fBitmap.pixelRef());
H A DGrImageTextureMaker.cpp46 void GrImageTextureMaker::didCacheCopy(const GrUniqueKey& copyKey) { argument
H A DGrTextureMaker.cpp44 GrUniqueKey copyKey; local
45 this->makeCopyKey(copyParams, &copyKey, dstColorSpace);
46 if (copyKey.isValid()) {
47 sk_sp<GrTextureProxy> result(fContext->resourceProvider()->findProxyByUniqueKey(copyKey));
64 if (copyKey.isValid()) {
65 fContext->resourceProvider()->assignUniqueKeyToProxy(copyKey, result.get());
66 this->didCacheCopy(copyKey);
H A DGrTextureProducer.h85 GrUniqueKey* copyKey) {
86 SkASSERT(!copyKey->isValid());
89 GrUniqueKey::Builder builder(copyKey, origKey, kDomain, 3);
100 * simply return without initializing the copyKey. If the texture generated by this producer
104 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey,
112 virtual void didCacheCopy(const GrUniqueKey& copyKey) = 0;
83 MakeCopyKeyFromOrigKey(const GrUniqueKey& origKey, const CopyParams& copyParams, GrUniqueKey* copyKey) argument
H A DGrTextureAdjuster.cpp33 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey, argument
38 MakeCopyKeyFromOrigKey(baseKey, params, copyKey);
41 void GrTextureAdjuster::didCacheCopy(const GrUniqueKey& copyKey) { argument
/external/sqlite/dist/orig/
H A Dsqlite3.c145586 char copyKey; /* True if copy of key made on insert */ member in struct:Fts3Hash
153828 sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c145586 char copyKey; /* True if copy of key made on insert */ member in struct:Fts3Hash
153840 sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey) argument
[all...]

Completed in 847 milliseconds