| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| apiexec.py | 25 Each of the four attributes of this class, compatibility, core, es1, and 29 compatibility=20 and core=31. 33 compatibility=10 and core=None. 38 compatibility: [10, ) 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 46 if compatibility is not None: 47 assert isinstance(compatibility, int) 48 assert compatibility >= 10 62 self.compatibility = compatibility [all...] |
| gl_genexec.py | 187 if ex.compatibility is not None:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| apiexec.py | 25 Each of the four attributes of this class, compatibility, core, es1, and 29 compatibility=20 and core=31. 33 compatibility=10 and core=None. 38 compatibility: [10, ) 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 46 if compatibility is not None: 47 assert isinstance(compatibility, int) 48 assert compatibility >= 10 62 self.compatibility = compatibility [all...] |
| gl_genexec.py | 193 if ex.compatibility is not None:
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/android/ |
| native_window.h | 48 * Legacy window pixel format names, kept for backwards compatibility. 226 /** Compatibility value for ANativeWindow_setFrameRate. */ 273 * \param compatibility The frame rate compatibility of this window. The 274 * compatibility value may influence the system's choice of display refresh 277 * \return 0 for success, -EINVAL if the window, frame rate, or compatibility 280 int32_t ANativeWindow_setFrameRate(ANativeWindow* window, float frameRate, int8_t compatibility)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| builtin_variables.cpp | 519 * True if compatibility-profile-only variables should be included. (In 523 const bool compatibility; member in class:__anon674::builtin_variable_generator 545 compatibility(state->compat_shader || state->ARB_compatibility_enable), 780 if (compatibility || !state->is_version(420, 100)) { 840 if (compatibility) { 843 * for compatibility-mode uniforms) all the way up through GLSL 4.30, so 850 /* Note: gl_MaxTextureUnits wasn't made compatibility-only until GLSL 1039 if (compatibility) { 1155 if (compatibility) { 1347 * 1.30, and were relegated to the compatibility profile in GLSL 4.20 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| builtin_variables.cpp | 433 * True if compatibility-profile-only variables should be included. (In 437 const bool compatibility; member in class:__anon3310::builtin_variable_generator 459 compatibility(state->compat_shader || state->ARB_compatibility_enable), 743 if (compatibility) { 746 * for compatibility-mode uniforms) all the way up through GLSL 4.30, so 753 /* Note: gl_MaxTextureUnits wasn't made compatibility-only until GLSL 935 if (compatibility) { 1054 if (compatibility) { 1196 * 1.30, and were relegated to the compatibility profile in GLSL 4.20. 1199 if (compatibility || !state->is_version(420, 300)) [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_swap_control.spec | 40 GL_EXT_swap_control for compatibility with WGL_EXT_swap_control?
|
| MESA_query_renderer.spec | 44 methods only available in a compatibility profile, but another 144 2 Maximum compatibility profile 216 either core or compatibility. However, some renderers may actually 218 if it can only support core or compatibility and the renderer says it
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_swap_control.spec | 40 GL_EXT_swap_control for compatibility with WGL_EXT_swap_control?
|
| MESA_query_renderer.spec | 44 methods only available in a compatibility profile, but another 144 2 Maximum compatibility profile 216 either core or compatibility. However, some renderers may actually 218 if it can only support core or compatibility and the renderer says it
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| apSolaris.shar | 458 X D_NEW | D_MP | D_64BIT /* Driver compatibility flag */
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| xtypes.py | 137 the start_align is checked for compatibility with the
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| cl2.hpp | 85 * There are numerous compatibility, portability and memory management 91 * \section compatibility Compatibility 101 * If backward compatibility with a 1.2 runtime is required, the minimum 128 * However, the old behaviour can be regained for backward compatibility 134 * compatibility old behaviour can be regained with the 137 * In OpenCL 2.0 OpenCL C is not entirely backward compatibility with 192 * Backward compatibility option to support cl.hpp-style size_t 195 * new size_t class is placed in the cl::compatibility namespace and 197 * compatibility 641 namespace compatibility { namespace in namespace:cl 10062 namespace compatibility { namespace in namespace:cl [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| cl2.hpp | 85 * There are numerous compatibility, portability and memory management 91 * \section compatibility Compatibility 101 * If backward compatibility with a 1.2 runtime is required, the minimum 128 * However, the old behaviour can be regained for backward compatibility 134 * compatibility old behaviour can be regained with the 137 * In OpenCL 2.0 OpenCL C is not entirely backward compatibility with 192 * Backward compatibility option to support cl.hpp-style size_t 195 * new size_t class is placed in the cl::compatibility namespace and 197 * compatibility 615 namespace compatibility { namespace in namespace:cl 9560 namespace compatibility { namespace in namespace:cl [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| configure | 535 # for compatibility with existing Makefiles. 549 # For backward compatibility with old third-party macros, we provide 1717 # for backward compatibility: 3711 # For better backward compatibility. To be removed once Automake 1.9.x 3719 # Always define AMTAR for backward compatibility. Yes, it's still used 5947 # Prefer sysconfig over distutils.sysconfig, for better compatibility 11469 # The AIX port of GNU ld has always aspired to compatibility 21165 # for compatibility with existing Makefiles. 21179 # For backward compatibility with old third-party macros, we provide 22252 # for backward compatibility [all...] |