Home
last modified time | relevance | path

Searched refs:featureInfo_const (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h96 const EmulatorFeatureInfo* featureInfo_const() const { return &m_featureInfo; } in featureInfo_const() function
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp196 rcEnc->featureInfo_const()->hasSharedSlotsHostMemoryAllocator), in gralloc_dmaregion_t()
457 bool hasVulkan = rcEnc->featureInfo_const()->hasVulkan; (void)hasVulkan; \
470 bool hasVulkan = rcEnc->featureInfo_const()->hasVulkan; (void)hasVulkan;\
Dgralloc_30.cpp813 rcEnc->featureInfo_const()->hasSharedSlotsHostMemoryAllocator); in alloc_buffer()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp338 rcEnc->featureInfo_const()->hasSharedSlotsHostMemoryAllocator); in allocateCb()
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp365 goldfish_vk::ResourceTracker::get()->setupFeatures(rcEnc->featureInfo_const()); \