Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h97 DisplayGl* getDisplay() { return mDisplayGl.get(); } in getDisplay() function
DColorBufferGl.h224 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/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h226 ExynosDisplay *getDisplay(uint32_t displayId) { return mDisplayMap[displayId]; } in getDisplay() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h242 ExynosDisplay* getDisplay(uint32_t display) { return mDisplayMap[display]; } in getDisplay() function
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h532 Display& getDisplay() const { return mDisplay; } in getDisplay() function
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h505 Display& getDisplay() const { return mDisplay; } in getDisplay() function
DHWC2On1Adapter.cpp2364 HWC2On1Adapter::Display* HWC2On1Adapter::getDisplay(hwc2_display_t id) in getDisplay() function in android::HWC2On1Adapter
/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/
DFrameBuffer.cpp3346 EGLDisplay FrameBuffer::getDisplay() const { in getDisplay() function in gfxstream::FrameBuffer