Searched refs:Platform (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dpnl_init.c148 Platform : Centaurus
196 sPanelParam.Platform = platform;
210 sPanelParam.Platform = Detect_Platform();
212 return sPanelParam.Platform;
262 Pnl_SetPlatform(pParam->Platform);
287 int Platform; local in function:Pnl_PowerUp
290 Platform = Pnl_GetPlatform();
293 if (Platform == CENTAURUS_PLATFORM) {
300 if (Platform == DORADO_PLATFORM) {
307 if (Platform
352 int Platform; local in function:Pnl_PowerDown
415 int Platform; local in function:Pnl_SavePanelState
450 int Platform; local in function:Pnl_RestorePanelState
[all...]
H A Dpnl_defs.h195 int Platform; member in struct:_Pnl_Params_
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dpnl_init.c39 * Platform: Centaurus
89 sPanelParam.Platform = platform;
105 sPanelParam.Platform = Detect_Platform();
107 return sPanelParam.Platform;
163 Pnl_SetPlatform(pParam->Platform);
190 int Platform; local in function:Pnl_PowerUp
193 Platform = Pnl_GetPlatform();
196 if (Platform == CENTAURUS_PLATFORM) {
203 if (Platform == DORADO_PLATFORM) {
210 if (Platform
259 int Platform; local in function:Pnl_PowerDown
326 int Platform; local in function:Pnl_SavePanelState
363 int Platform; local in function:Pnl_RestorePanelState
[all...]
H A Dpnl_defs.h82 int Platform; member in struct:_Pnl_Params_
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldisplay.h160 _EGLPlatformType Platform; /**< The type of the platform display */ member in struct:_egl_display
170 void *Platform; /**< Platform-specific options */ member in struct:_egl_display::__anon5e1850880108
H A Degldisplay.c228 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy)
238 disp->Platform = plat;
469 display->Options.Platform = (void *)(uintptr_t)value;
H A Deglapi.c911 if (disp && disp->Platform == _EGL_PLATFORM_SURFACELESS) {
957 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_window != NULL) {
1019 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_pixmap != NULL)
1035 if (disp && disp->Platform == _EGL_PLATFORM_SURFACELESS) {
/xsrc/external/mit/freetype/dist/builds/cmake/
H A DiOS.cmake15 # This file is derived from the files `Platform/Darwin.cmake' and
16 # `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been
38 # Developer Platform.
146 set(IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform")
185 CACHE PATH "Location of iOS Platform"
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.h164 _EGLPlatformType Platform; /**< The type of the platform display */ member in struct:_egl_display
174 EGLAttrib *Attribs; /**< Platform-specific options */
H A Degldisplay.c270 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy &&
282 disp->Platform = plat;
H A Deglapi.c971 if (disp && (disp->Platform == _EGL_PLATFORM_SURFACELESS ||
972 disp->Platform == _EGL_PLATFORM_DEVICE)) {
1019 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_window != NULL) {
1081 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_pixmap != NULL)
1095 if (disp && (disp->Platform == _EGL_PLATFORM_SURFACELESS ||
1096 disp->Platform == _EGL_PLATFORM_DEVICE)) {
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp233 std::vector<cl::Platform> platforms;
234 cl::Platform::get(&platforms);
235 cl::Platform plat;
247 cl::Platform newP = cl::Platform::setDefault(plat);
2203 class Platform : public detail::Wrapper<cl_platform_id> class in namespace:cl
2207 static Platform default_;
2244 default_ = Platform(ids[0]);
2258 static void makeDefaultProvided(const Platform &p) {
2271 default_ = Platform();
2276 Platform() : detail::Wrapper<cl_type>() { } function in class:cl::Platform
2285 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : function in class:cl::Platform
[all...]
H A Dcl.hpp102 * std::vector<cl::Platform> platforms;
103 * cl::Platform::get(&platforms);
105 * std::cout << "Platform size 0\n";
2213 class Platform : public detail::Wrapper<cl_platform_id> class in namespace:cl
2217 Platform() : detail::Wrapper<cl_type>() { } function in class:cl::Platform
2223 __CL_EXPLICIT_CONSTRUCTORS Platform(const cl_platform_id &platform) : detail::Wrapper<cl_type>(platform) { } function in class:cl::Platform
2229 Platform& operator = (const cl_platform_id& rhs)
2366 VECTOR_CLASS<Platform>* platforms)
2395 Platform * platform)
2423 static Platform ge
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp241 std::vector<cl::Platform> platforms;
242 cl::Platform::get(&platforms);
243 cl::Platform plat;
255 cl::Platform newP = cl::Platform::setDefault(plat);
2347 class Platform : public detail::Wrapper<cl_platform_id> class in namespace:cl
2351 static Platform default_;
2388 default_ = Platform(ids[0]);
2402 static void makeDefaultProvided(const Platform &p) {
2415 default_ = Platform();
2420 Platform() : detail::Wrapper<cl_type>() { } function in class:cl::Platform
2429 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : function in class:cl::Platform
[all...]
H A Dcl.hpp102 * std::vector<cl::Platform> platforms;
103 * cl::Platform::get(&platforms);
105 * std::cout << "Platform size 0\n";
2213 class Platform : public detail::Wrapper<cl_platform_id> class in namespace:cl
2217 Platform() : detail::Wrapper<cl_type>() { } function in class:cl::Platform
2223 __CL_EXPLICIT_CONSTRUCTORS Platform(const cl_platform_id &platform) : detail::Wrapper<cl_type>(platform) { } function in class:cl::Platform
2229 Platform& operator = (const cl_platform_id& rhs)
2366 VECTOR_CLASS<Platform>* platforms)
2395 Platform * platform)
2423 static Platform ge
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c129 if (display->Platform == _EGL_PLATFORM_X11 && xdpy && !xdpy->lock_fns)
134 if (display->Platform == _EGL_PLATFORM_WAYLAND)
873 switch (disp->Platform) {
946 switch (disp->Platform) {
965 if (disp->Platform != _EGL_PLATFORM_DRM && dri2_dpy->driver_configs) {
H A Dplatform_x11.c1317 int screen = (uintptr_t)disp->Options.Platform;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c294 switch (disp->Platform) {
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c169 if (display->Platform == _EGL_PLATFORM_X11 && xdpy && !xdpy->lock_fns)
1169 switch (disp->Platform) {
1253 switch (disp->Platform) {
1272 if (disp->Platform != _EGL_PLATFORM_DRM && dri2_dpy->driver_configs) {
H A Dplatform_x11.c1239 } else if (disp->Platform == _EGL_PLATFORM_X11) {
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfigure.ac68 # Platform specific settings
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfigure.ac68 # Platform specific settings
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac1844 AC_MSG_ERROR([Platform device enumeration requires libpciaccess])
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md236 ### Platform Support
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst1167 - meson: Increase Android Platform SDK version limit

Completed in 76 milliseconds