OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerCache
(Results
1 - 10
of
10
) 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
uint32_t
LayerCache
::getSize() {
56
uint32_t
LayerCache
::getMaxSize() {
60
void
LayerCache
::setMaxSize(uint32_t maxSize) {
69
int
LayerCache
::LayerEntry::compare(const
LayerCache
::LayerEntry& lhs
[
all
...]
LayerCache.h
42
class
LayerCache
{
44
LayerCache
();
45
~
LayerCache
();
137
}; // class
LayerCache
Android.mk
27
LayerCache
.cpp \
Caches.h
39
#include "
LayerCache
.h"
327
LayerCache
layerCache
;
/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
217
MDPComp::
LayerCache
::
LayerCache
() {
221
void MDPComp::
LayerCache
::reset() {
229
void MDPComp::
LayerCache
::cacheAll(hwc_display_contents_1_t* list) {
236
void MDPComp::
LayerCache
::updateCounts(const FrameInfo& curFrame) {
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
102
struct
LayerCache
{
110
LayerCache
();
174
struct
LayerCache
mCachedFrame;
hwc_mdpcomp.cpp
235
MDPComp::
LayerCache
::
LayerCache
() {
239
void MDPComp::
LayerCache
::reset() {
247
void MDPComp::
LayerCache
::cacheAll(hwc_display_contents_1_t* list) {
254
void MDPComp::
LayerCache
::updateCounts(const FrameInfo& curFrame) {
[
all
...]
Completed in 73 milliseconds