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

  /frameworks/base/libs/hwui/
Caches.h 28 #include "ProgramCache.h"
144 // Declared before gradientCache and programCache which need this to initialize.
154 ProgramCache programCache;
202 Program* mProgram = nullptr; // note: object owned by ProgramCache
Caches.cpp 55 , programCache(mExtensions)
114 programCache.clear();
129 setProgram(programCache.get(description));
GlopBuilder.cpp 668 // duplicates ProgramCache's definition of color uniform presence
678 mOutGlop->fill.program = mCaches.programCache.get(mDescription);

Completed in 165 milliseconds