Home
last modified time | relevance | path

Searched defs:getDisplay (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulationGl.h97 DisplayGl* getDisplay() { return mDisplayGl.get(); } in getDisplay() function
DColorBufferGl.h221 uint32_t getDisplay() { return m_displayId; } in getDisplay() function
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.cpp132 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) const { in getDisplay() function in EglGlobalInfo
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp26 EGLDisplay getDisplay() { in getDisplay() function
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h532 Display& getDisplay() const { return mDisplay; } in getDisplay() function
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp2274 HWC2On1Adapter::Display* HWC2On1Adapter::getDisplay(hwc2_display_t id) { in getDisplay() function in android::HWC2On1Adapter
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp1831 DisplayVk* VkEmulation::getDisplay() { return mDisplayVk.get(); } in getDisplay() function in gfxstream::vk::VkEmulation
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3392 EGLDisplay FrameBuffer::getDisplay() const { in getDisplay() function in gfxstream::FrameBuffer