Home
last modified time | relevance | path

Searched refs:getConfigId (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.h67 GLint getConfigId() const { return (GLint)mAttribValues[4]; } in getConfigId() function
DEmulatedEglConfig.cpp251 if (config.getConfigId() == hostConfigId) { in chooseConfig()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h44 static hwc2_config_t getConfigId();
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp248 outConfigs[0] = adapter.getConfigId(); in getDisplayConfigsHook()
264 if (adapter.getConfigId() != config) { in getDisplayAttributeHook()
299 *outConfig = adapter.getConfigId(); in getActiveConfigHook()
308 if (adapter.getConfigId() != config) { in setActiveConfigHook()
681 hwc2_config_t HWC2OnFbAdapter::getConfigId() { in getConfigId() function in android::HWC2OnFbAdapter
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1426 uint32_t getConfigId(const int32_t refreshRate, const int32_t width, const int32_t height);
DExynosDisplay.cpp6923 uint32_t ExynosDisplay::getConfigId(const int32_t refreshRate, const int32_t width, in getConfigId() function in ExynosDisplay
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp893 auto config = getConfigId(peakRate, mDisplayConfigs[hwConfig].width, in setLhbmDisplayConfigLocked()