/external/angle/src/libANGLE/renderer/ |
D | DisplayImpl.cpp | 17 DisplayImpl::DisplayImpl(const egl::DisplayState &state) in DisplayImpl() function in rx::DisplayImpl 21 DisplayImpl::~DisplayImpl() in ~DisplayImpl() 26 const egl::DisplayExtensions &DisplayImpl::getExtensions() const in getExtensions() 37 egl::Error DisplayImpl::validateClientBuffer(const egl::Config *configuration, in validateClientBuffer() 46 egl::Error DisplayImpl::validateImageClientBuffer(const gl::Context *context, in validateImageClientBuffer() 55 const egl::Caps &DisplayImpl::getCaps() const in getCaps()
|
D | DisplayImpl.h | 54 class DisplayImpl : public EGLImplFactory 57 DisplayImpl(const egl::DisplayState &state); 58 ~DisplayImpl() override;
|
D | DeviceImpl.h | 23 class DisplayImpl; variable
|
D | FramebufferImpl.h | 27 class DisplayImpl; variable
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DisplayVk_api.h | 19 DisplayImpl *CreateVulkanWin32Display(const egl::DisplayState &state); 24 DisplayImpl *CreateVulkanXcbDisplay(const egl::DisplayState &state); 29 DisplayImpl *CreateVulkanAndroidDisplay(const egl::DisplayState &state); 34 DisplayImpl *CreateVulkanFuchsiaDisplay(const egl::DisplayState &state); 39 DisplayImpl *CreateVulkanGGPDisplay(const egl::DisplayState &state); 44 DisplayImpl *CreateVulkanMacDisplay(const egl::DisplayState &state);
|
D | DisplayVk.h | 21 class DisplayVk : public DisplayImpl, public vk::Context
|
D | DisplayVk.cpp | 26 : DisplayImpl(state), in DisplayVk()
|
/external/angle/src/libANGLE/ |
D | Display.h | 38 class DisplayImpl; variable 193 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() 224 void setupDisplayPlatform(rx::DisplayImpl *impl); 239 rx::DisplayImpl *mImplementation;
|
D | Display.cpp | 114 rx::DisplayImpl *CreateDisplayFromDevice(Device *eglDevice, const DisplayState &state) in CreateDisplayFromDevice() 116 rx::DisplayImpl *impl = nullptr; in CreateDisplayFromDevice() 224 rx::DisplayImpl *CreateDisplayFromAttribs(EGLAttrib displayType, in CreateDisplayFromAttribs() 229 rx::DisplayImpl *impl = nullptr; in CreateDisplayFromAttribs() 464 rx::DisplayImpl *impl = in GetDisplayFromNativeDisplay() 534 rx::DisplayImpl *impl = CreateDisplayFromDevice(device, display->getState()); in GetDisplayFromDevice() 605 void Display::setupDisplayPlatform(rx::DisplayImpl *impl) in setupDisplayPlatform()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl_api.h | 19 DisplayImpl *CreateMetalDisplay(const egl::DisplayState &state);
|
D | DisplayMtl.mm | 7 // DisplayMtl.mm: Metal implementation of DisplayImpl 35 DisplayImpl *CreateMetalDisplay(const egl::DisplayState &state) 41 : DisplayImpl(state), mUtils(this), mGlslangInitialized(false)
|
D | DisplayMtl.h | 32 class DisplayMtl : public DisplayImpl
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 154 DisplayD3D::DisplayD3D(const egl::DisplayState &state) : DisplayImpl(state), mRenderer(nullptr) {} in DisplayD3D() 308 return DisplayImpl::validateClientBuffer(config, buftype, clientBuffer, attribs); in validateClientBuffer() 327 return DisplayImpl::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer()
|
D | DisplayD3D.h | 19 class DisplayD3D : public DisplayImpl, public d3d::Context
|
/external/angle/src/libANGLE/renderer/vulkan/ggp/ |
D | DisplayVkGGP.cpp | 53 DisplayImpl *CreateVulkanGGPDisplay(const egl::DisplayState &state) in CreateVulkanGGPDisplay()
|
/external/angle/src/libANGLE/renderer/vulkan/fuchsia/ |
D | DisplayVkFuchsia.cpp | 60 DisplayImpl *CreateVulkanFuchsiaDisplay(const egl::DisplayState &state) in CreateVulkanFuchsiaDisplay()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DisplayGL.h | 25 class DisplayGL : public DisplayImpl
|
D | DisplayGL.cpp | 25 DisplayGL::DisplayGL(const egl::DisplayState &state) : DisplayImpl(state) {} in DisplayGL()
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | DisplayVkAndroid.cpp | 107 DisplayImpl *CreateVulkanAndroidDisplay(const egl::DisplayState &state) in CreateVulkanAndroidDisplay()
|
/external/angle/src/libANGLE/renderer/vulkan/xcb/ |
D | DisplayVkXcb.cpp | 121 DisplayImpl *CreateVulkanXcbDisplay(const egl::DisplayState &state) in CreateVulkanXcbDisplay()
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 20 class DisplayNULL : public DisplayImpl
|
D | DisplayNULL.cpp | 22 DisplayNULL::DisplayNULL(const egl::DisplayState &state) : DisplayImpl(state) {} in DisplayNULL()
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | DisplayVkMac.mm | 72 DisplayImpl *CreateVulkanMacDisplay(const egl::DisplayState &state)
|
/external/angle/src/libANGLE/renderer/vulkan/win32/ |
D | DisplayVkWin32.cpp | 176 DisplayImpl *CreateVulkanWin32Display(const egl::DisplayState &state) in CreateVulkanWin32Display()
|
/external/angle/src/ |
D | libGLESv2.gni | 289 "src/libANGLE/renderer/DisplayImpl.h", 416 "src/libANGLE/renderer/DisplayImpl.cpp",
|