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

  /frameworks/base/libs/hwui/
LayerCache.cpp 24 #include "LayerCache.h"
34 LayerCache::LayerCache(): mSize(0), mMaxSize(MB(DEFAULT_LAYER_CACHE_SIZE)) {
44 LayerCache::~LayerCache() {
52 size_t LayerCache::getCount() {
56 uint32_t LayerCache::getSize() {
60 uint32_t LayerCache::getMaxSize() {
64 void LayerCache::setMaxSize(uint32_t maxSize) {
73 int LayerCache::LayerEntry::compare(const LayerCache::LayerEntry& lhs
    [all...]
LayerCache.h 43 class LayerCache {
45 LayerCache();
46 ~LayerCache();
140 }; // class LayerCache
Caches.h 30 #include "LayerCache.h"
161 LayerCache layerCache;
Android.common.mk 57 LayerCache.cpp \
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 60 struct LayerCache {
64 LayerCache();
130 LayerCache mLayerCache;
hwc_mdpcomp.h 127 struct LayerCache {
134 LayerCache();
249 struct LayerCache mCachedFrame;
hwc_copybit.cpp     [all...]
hwc_mdpcomp.cpp 276 MDPComp::LayerCache::LayerCache() {
280 void MDPComp::LayerCache::reset() {
287 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) {
294 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
300 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 60 struct LayerCache {
64 LayerCache();
130 LayerCache mLayerCache;
hwc_mdpcomp.h 128 struct LayerCache {
135 LayerCache();
269 struct LayerCache mCachedFrame;
hwc_copybit.cpp     [all...]
hwc_mdpcomp.cpp 349 MDPComp::LayerCache::LayerCache() {
353 void MDPComp::LayerCache::reset() {
360 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) {
367 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
373 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 102 struct LayerCache {
110 LayerCache();
174 struct LayerCache mCachedFrame;
hwc_mdpcomp.cpp 240 MDPComp::LayerCache::LayerCache() {
244 void MDPComp::LayerCache::reset() {
252 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) {
259 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 107 struct LayerCache {
115 LayerCache();
182 struct LayerCache mCachedFrame;
hwc_mdpcomp.cpp 218 MDPComp::LayerCache::LayerCache() {
222 void MDPComp::LayerCache::reset() {
230 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) {
237 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 124 struct LayerCache {
130 LayerCache();
245 struct LayerCache mCachedFrame;
hwc_mdpcomp.cpp 267 MDPComp::LayerCache::LayerCache() {
271 void MDPComp::LayerCache::reset() {
277 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
283 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]

Completed in 1489 milliseconds