Home
last modified time | relevance | path

Searched defs:DisplayImpl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A Degl_display.h99 struct DisplayImpl { struct
100 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) {} in DisplayImpl() argument
110 DisplayImpl disp; argument
/aosp_15_r20/frameworks/native/libs/nativedisplay/
H A DADisplay.cpp75 struct DisplayImpl { struct
79 PhysicalDisplayId id;
85 ADisplayType type;
90 ADataSpace wcgDataspace;
95 AHardwareBuffer_Format wcgPixelFormat;
100 size_t numConfigs;
105 DisplayConfigImpl* configs;
/aosp_15_r20/frameworks/base/libs/hostgraphics/
H A DADisplay.cpp60 struct DisplayImpl { struct
65 ADisplayType type;
70 ADataSpace wcgDataspace;
75 AHardwareBuffer_Format wcgPixelFormat;
80 DisplayConfigImpl config;
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DDeviceImpl.h23 class DisplayImpl; variable
H A DFramebufferImpl.h29 class DisplayImpl; variable
H A DDisplayImpl.cpp37 DisplayImpl::DisplayImpl(const egl::DisplayState &state) in DisplayImpl() function in rx::DisplayImpl
/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.h60 class DisplayImpl; variable