Home
last modified time | relevance | path

Searched refs:getDisplay (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp190 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in getExternalDisplayConfigs()
205 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in setExternalDisplayConfig()
221 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in setExternalVsyncEnabled()
233 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in getExternalHdrCapabilities()
274 auto display = mHWCCtx->device->getDisplay(display_id); in setLbeCtrl()
346 ExynosDisplay *display = (ExynosDisplay *)mHWCCtx->device->getDisplay(display_id); in setDDIScaler()
410 auto display = mHWCCtx->device->getDisplay(display_id); in setDisplayBrightness()
421 auto display = mHWCCtx->device->getDisplay(displayId); in ignoreDisplayBrightnessUpdateRequests()
433 auto display = mHWCCtx->device->getDisplay(display_id); in setDisplayBrightnessNits()
442 auto display = mHWCCtx->device->getDisplay(display_id); in setDisplayBrightnessDbv()
[all …]
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp26 EGLDisplay getDisplay() { in getDisplay() function
135 m_display = getDisplay(); in SetUp()
DOpenGLTestContext.h37 EGLDisplay getDisplay();
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.h62 EglDisplay* getDisplay(EGLDisplay dpy) const;
DEglGlobalInfo.cpp132 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) const { in getDisplay() function in EglGlobalInfo
DEglImp.cpp225 EglDisplay* dpy = g_eglInfo->getDisplay(EGLDisplay); \
339 EglDisplay* dpy = g_eglInfo->getDisplay(display); in eglInitialize()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp555 ExynosDisplay* hotpluggedDisplay = getDisplay(displayId); in onHotPlug()
649 ExynosDisplay *display = (ExynosDisplay *)getDisplay(displayId); in onRefresh()
831 exynosDisplay = (ExynosDisplay *)getDisplay(displayId); in setHWCControl()
861 exynosDisplay = (ExynosDisplay *)getDisplay(displayId); in setHWCControl()
901 ExynosDisplay *display = getDisplay(displayId); in setDynamicRecomposition()
911 ExynosDisplay *display = getDisplay(displayId); in checkDisplayConnection()
1041 ExynosDisplay *primary_display = getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY, 0)); in compareVsyncPeriod()
1042 ExynosDisplay *external_display = getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in compareVsyncPeriod()
1146 ExynosDisplay *display = getDisplay(displayId); in captureScreenWithReadback()
DExynosDevice.h242 ExynosDisplay* getDisplay(uint32_t display) { return mDisplayMap[display]; } in getDisplay() function
/hardware/google/gfxstream/host/
DRenderLibImpl.cpp119 opt->display = fb->getDisplay(); in getOpt()
DFrameBuffer.cpp501 auto displayGl = fb->m_emulationGl->getDisplay(); in initialize()
2243 s_egl.eglPreSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave()
2245 s_egl.eglSaveAllImages(getDisplay(), stream, &textureSaver); in onSave()
2335 s_egl.eglPostSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave()
2340 s_egl.eglPostSaveContext(getDisplay(), getContext(), stream); in onSave()
2466 s_egl.eglLoadAllImages(getDisplay(), stream, &textureLoader); in onLoad()
2576 s_egl.eglPostLoadAllImages(getDisplay(), stream); in onLoad()
3009 *contextOut = s_egl.eglCreateContext(getDisplay(), config->getHostEglConfig(), in createSharedTrivialContext()
3014 *surfOut = s_egl.eglCreatePbufferSurface(getDisplay(), config->getHostEglConfig(), pbufAttribs); in createSharedTrivialContext()
3018 if (getDisplay() != EGL_NO_DISPLAY) { in destroySharedTrivialContext()
[all …]
DFrameBuffer.h576 EGLDisplay getDisplay() const;
DRenderControl.cpp294 const char* str = gl::s_egl.eglQueryString(fb->getDisplay(), name); in rcQueryEGLString()
/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/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h469 auto display = getAdapter(device)->getDisplay(displayId); in callDisplayFunction()
532 Display& getDisplay() const { return mDisplay; } in getDisplay() function
673 Display* getDisplay(hwc2_display_t id);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h403 auto display = getAdapter(device)->getDisplay(displayId); in callDisplayFunction()
505 Display& getDisplay() const { return mDisplay; } in getDisplay() function
640 Display* getDisplay(hwc2_display_t id);
DHWC2On1Adapter.cpp2364 HWC2On1Adapter::Display* HWC2On1Adapter::getDisplay(hwc2_display_t id) in getDisplay() function in android::HWC2On1Adapter
2379 auto display = getDisplay(displayId); in getLayer()
2390 if (layer->getDisplay().getId() != displayId) { in getLayer()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h226 ExynosDisplay *getDisplay(uint32_t displayId) { return mDisplayMap[displayId]; } in getDisplay() function
DExynosResourceManager.cpp224 ExynosDisplay *display = mDevice->getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY, 0)); in doPreProcessing()
288 ExynosDisplay *display = device->getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY, 0)); in threadLoop()
1328 (ExynosExternalDisplay*)mDevice->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in getCandidateM2mMPPOutImages()
2117 primaryDisplay = (ExynosPrimaryDisplayModule *)mDevice->getDisplay( in preAssignWindows()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp366 mExynosDevice->getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY, displayIndex)); in handleIdleEnterEvent()
DExynosDisplayDrmInterface.cpp983 mExynosDisplay->mDevice->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in setPowerMode()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp155 ExynosDisplay *exynosDisplay = exynosDevice->getDisplay((uint32_t)display); in checkDisplay()
1296 …nalDisplayModule *display = (ExynosExternalDisplayModule*)dev->device->getDisplay(getDisplayId(HWC… in exynos_boot_finished()
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp177 halDisplay = mDevice->getDisplay(static_cast<uint32_t>(hwcDisplay)); in getHalDisplay()
358 auto halDisplay = mDevice->getDisplay(static_cast<uint32_t>(hwcDisplay)); in createVirtualDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp2274 HWC2On1Adapter::Display* HWC2On1Adapter::getDisplay(hwc2_display_t id) { in getDisplay() function in android::HWC2On1Adapter
2287 auto display = getDisplay(displayId); in getLayer()
2298 if (layer->getDisplay().getId() != displayId) { in getLayer()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp585 mDevice->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in setPowerMode()

12