Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

17 #include "Caches.h"
36 Caches* Caches::sInstance = nullptr;
52 Caches::Caches(RenderState& renderState)
58 INIT_LOGD("Creating OpenGL renderer caches");
65 bool Caches::init() {
68 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 {
155 void Caches::dumpMemoryUsage() {
161 void Caches::dumpMemoryUsage(String8& log) {
221 void Caches::clearGarbage() {
226 void Caches::flush(FlushMode mode) {
227 FLUSH_LOGD("Flushing caches (mode %d)", mode);
260 TextureVertex* Caches::getRegionMesh() {