Home
last modified time | relevance | path

Searched refs:gralloc_ (Results 1 – 8 of 8) sorted by relevance

/external/drm_hwcomposer/
Dplatformminigbm.cpp57 (const hw_module_t **)&gralloc_); in Init()
63 if (strcasecmp(gralloc_->common.author, "Chrome OS")) in Init()
64 ALOGW("Using non-minigbm gralloc module: %s/%s\n", gralloc_->common.name, in Init()
65 gralloc_->common.author); in Init()
Dresourcemanager.cpp28 ResourceManager::ResourceManager() : num_displays_(0), gralloc_(NULL) { in ResourceManager()
54 (const hw_module_t **)&gralloc_); in Init()
110 return gralloc_; in gralloc()
Dplatformhisi.cpp60 (const hw_module_t **)&gralloc_); in Init()
66 if (strcasecmp(gralloc_->common.author, "ARM Ltd.")) in Init()
67 ALOGW("Using non-ARM gralloc module: %s/%s\n", gralloc_->common.name, in Init()
68 gralloc_->common.author); in Init()
Dplatformminigbm.h40 const gralloc_module_t *gralloc_; variable
Dplatformhisi.h48 const gralloc_module_t *gralloc_; variable
Dplatformdrmgeneric.h44 const gralloc_module_t *gralloc_; variable
Dresourcemanager.h50 const gralloc_module_t *gralloc_; variable
Dplatformdrmgeneric.cpp58 (const hw_module_t **)&gralloc_); in Init()