Home
last modified time | relevance | path

Searched refs:NativeDisplayType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp78 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType;
111 typedef pt::XlibDisplayPtr NativeDisplayType; typedef
123 typedef pt::XcbConnectionPtr NativeDisplayType; typedef
135 typedef pt::WaylandDisplayPtr NativeDisplayType; typedef
147 typedef pt::MirConnectionPtr NativeDisplayType; typedef
169 typedef pt::Win32InstanceHandle NativeDisplayType; typedef
/external/swiftshader/src/OpenGL/libGL/
DDisplay.h41 static Display *getDisplay(NativeDisplayType displayId);
61 NativeDisplayType getNativeDisplay() const;
64 Display(NativeDisplayType displayId);
68 const NativeDisplayType displayId;
DDisplay.cpp31 typedef std::map<NativeDisplayType, Display*> DisplayMap;
34 Display *Display::getDisplay(NativeDisplayType displayId) in getDisplay()
48 Display::Display(NativeDisplayType displayId) : displayId(displayId) in Display()
205 NativeDisplayType Display::getNativeDisplay() const in getNativeDisplay()
DSurface.h29 typedef HDC NativeDisplayType; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglplatform.h115 typedef EGLNativeDisplayType NativeDisplayType; typedef
/external/swiftshader/include/EGL/
Deglplatform.h116 typedef EGLNativeDisplayType NativeDisplayType; typedef
/external/mesa3d/include/EGL/
Deglplatform.h139 typedef EGLNativeDisplayType NativeDisplayType; typedef
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp98 m_EGLDisplay = eglGetDisplay((NativeDisplayType)EGL_DEFAULT_DISPLAY); in ApiInitAPI()