HomeSort by relevance Sort by last modified time
    Searched refs:PatchCache (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
PatchCache.cpp 24 #include "PatchCache.h"
35 PatchCache::PatchCache(RenderState& renderState)
52 PatchCache::~PatchCache() {
56 void PatchCache::init() {
75 hash_t PatchCache::PatchDescription::hash() const {
84 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs,
85 const PatchCache::PatchDescription& rhs)
    [all...]
PatchCache.h 52 class PatchCache {
54 PatchCache(RenderState& renderState);
55 ~PatchCache();
186 }; // class PatchCache
Caches.h 31 #include "PatchCache.h"
164 PatchCache patchCache;
Android.common.mk 62 PatchCache.cpp \
DisplayListOp.h 807 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
808 PatchCache& cache = renderer.getCaches().patchCache;
    [all...]
  /external/v8/src/ic/
ic.h 184 void PatchCache(Handle<Name> name, Handle<Code> code);
ic.cc 787 void IC::PatchCache(Handle<Name> name, Handle<Code> code) {
885 PatchCache(lookup->name(), code);
    [all...]

Completed in 1798 milliseconds