Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

17 #include "Caches.h"
33 Caches* Caches::sInstance = nullptr;
49 Caches::Caches(RenderState& renderState)
56 INIT_LOGD("Creating OpenGL renderer caches");
63 bool Caches::init() {
66 ATRACE_NAME("Caches::init");
82 void Caches::initExtensions() {
95 void Caches::initConstraints() {
99 void Caches::initStaticProperties() {
105 void Caches::terminate() {
125 void Caches::setProgram(const ProgramDescription& description) {
129 void Caches::setProgram(Program* program) {
145 uint32_t Caches::getOverdrawColor(uint32_t amount) const {
157 void Caches::dumpMemoryUsage() {
163 void Caches::dumpMemoryUsage(String8 &log) {
227 void Caches::clearGarbage() {
233 void Caches::flush(FlushMode mode) {
234 FLUSH_LOGD("Flushing caches (mode %d)", mode);
269 TextureVertex* Caches::getRegionMesh() {