Searched refs:setAttribute (Results 1 – 7 of 7) sorted by relevance
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.h | 54 int setAttribute(const std::string &line, size_t lc);
|
D | EntryPoint.cpp | 203 int EntryPoint::setAttribute(const std::string &line, size_t lc) in setAttribute() function in EntryPoint
|
D | ApiGen.cpp | 1523 currentEntry->setAttribute(line, lc); in readAttributes()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1295 newConfig->setAttribute(Attribute::VsyncPeriod, mVsyncPeriod); in populatePrimaryConfigs() 1296 newConfig->setAttribute(Attribute::Width, width); in populatePrimaryConfigs() 1297 newConfig->setAttribute(Attribute::Height, height); in populatePrimaryConfigs() 1298 newConfig->setAttribute(Attribute::DpiX, dpiX * 1000); in populatePrimaryConfigs() 1299 newConfig->setAttribute(Attribute::DpiY, dpiY * 1000); in populatePrimaryConfigs() 1335 newConfig->setAttribute(Attribute::VsyncPeriod, mVsyncPeriod); in populateSecondaryConfigs() 1336 newConfig->setAttribute(Attribute::Width, width); in populateSecondaryConfigs() 1337 newConfig->setAttribute(Attribute::Height, height); in populateSecondaryConfigs() 1338 newConfig->setAttribute(Attribute::DpiX, dpi*1000); in populateSecondaryConfigs() 1339 newConfig->setAttribute(Attribute::DpiY, dpi*1000); in populateSecondaryConfigs() [all …]
|
D | EmuHWC2.h | 279 void setAttribute(HWC2::Attribute attribute, int32_t value);
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 1301 newConfig->setAttribute(Attribute::VsyncPeriod, in populateConfigs() 1303 newConfig->setAttribute(Attribute::Width, in populateConfigs() 1305 newConfig->setAttribute(Attribute::Height, in populateConfigs() 1307 newConfig->setAttribute(Attribute::DpiX, in populateConfigs() 1309 newConfig->setAttribute(Attribute::DpiY, in populateConfigs() 1315 newConfig->setAttribute(ColorMode, in populateConfigs() 1351 config->setAttribute(Attribute::Width, static_cast<int32_t>(width)); in populateConfigs() 1352 config->setAttribute(Attribute::Height, static_cast<int32_t>(height)); in populateConfigs() 1739 void CfHWC2::Display::Config::setAttribute(HWC2::Attribute attribute, in setAttribute() function in android::CfHWC2::Display::Config
|
D | HWC2.h | 298 void setAttribute(HWC2::Attribute attribute, int32_t value);
|