HomeSort by: relevance | last modified time | path
    Searched refs:Version (Results 1 - 25 of 292) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_release_buffers.spec 17 Version
MESA_configless_context.spec 18 Version
20 Version 2, September 9, 2016
125 Version 2, September 9, 2016
128 Version 1, February 28, 2014
MESA_pack_invert.spec 18 Version
WL_create_wayland_buffer_from_image.spec 23 Version
25 Version 2, October 25, 2013
98 Version 1, September 6, 2013
100 Version 2, October 25, 2013
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_release_buffers.spec 17 Version
MESA_configless_context.spec 18 Version
20 Version 2, September 9, 2016
125 Version 2, September 9, 2016
128 Version 1, February 28, 2014
MESA_pack_invert.spec 18 Version
WL_create_wayland_buffer_from_image.spec 23 Version
25 Version 2, October 25, 2013
98 Version 1, September 6, 2013
100 Version 2, October 25, 2013
  /xsrc/external/mit/xf86-input-ws/dist/man/
Makefile.am 28 XORGMANNAME = X Version 11
  /xsrc/external/mit/xf86-video-intel-old/dist/man/
Makefile.am 36 XORGMANNAME = X Version 11
  /xsrc/external/mit/xset/dist/
Makefile.am 49 XORGMANNAME = X Version 11
  /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_util.h 86 (_mesa_is_desktop_gl(ctx) && ctx->Version >= 42)) {
102 (_mesa_is_desktop_gl(ctx) && ctx->Version >= 42)) {
118 /* Extended version of ERROR_IF_NOT_PACKED_TYPE which also
  /xsrc/external/mit/libXfontcache/dist/man/
Makefile.am 44 XORGMANNAME = X Version 11
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
version.c 34 #include "version.h"
57 * version > 0 indicates there is an override requested
58 * fwd_context is only valid if version > 0
61 get_gl_override(gl_api api, int *version, bool *fwd_context,
69 int version; member in struct:override_info
86 if (override[api].version < 0) {
87 override[api].version = 0;
98 override[api].version = 0;
100 override[api].version = major * 10 + minor;
105 if ((override[api].version < 30 && override[api].fc_suffix) |
170 int version; local
228 const char *version; local
250 GLuint major, minor, version; local
    [all...]
extensions.h 75 /** Minimum version the extension requires for the given API
79 uint8_t version[API_OPENGL_LAST + 1]; member in struct:mesa_extension
103 return ctx->Extensions.driver_cap && (ctx->Extensions.Version >= \
104 _mesa_extension_table[MESA_EXTENSION_##name_str].version[ctx->API]); \
context.h 278 * Checks if the context is for any GLES version
293 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
303 return ctx->API == API_OPENGLES2 && ctx->Version >= 31;
313 return ctx->API == API_OPENGLES2 && ctx->Version >= 32;
389 (_mesa_is_desktop_gl(ctx) && ctx->Version >= 32);
400 (ctx->API == API_OPENGLES2 && ctx->Version >= 31);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
version.c 30 #include "version.h"
51 * version > 0 indicates there is an override requested
52 * fwd_context is only valid if version > 0
55 get_gl_override(gl_api api, int *version, bool *fwd_context,
63 int version; member in struct:override_info
78 if (override[api].version < 0) {
79 override[api].version = 0;
90 override[api].version = 0;
92 override[api].version = major * 10 + minor;
97 if ((override[api].version < 30 && override[api].fc_suffix) |
160 int version; local
218 const char *version; local
240 GLuint major, minor, version; local
    [all...]
extensions.h 75 /** Minimum version the extension requires for the given API
79 uint8_t version[API_OPENGL_LAST + 1]; member in struct:mesa_extension
103 return ctx->Extensions.driver_cap && (ctx->Extensions.Version >= \
104 _mesa_extension_table[MESA_EXTENSION_##name_str].version[ctx->API]); \
context.h 294 * Checks if the context is for any GLES version
309 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
319 return ctx->API == API_OPENGLES2 && ctx->Version >= 31;
329 return ctx->API == API_OPENGLES2 && ctx->Version >= 32;
405 (_mesa_is_desktop_gl(ctx) && ctx->Version >= 32);
416 (ctx->API == API_OPENGLES2 && ctx->Version >= 31);
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
create-android-ndk-pc.sh 11 version="$5"
32 Version: $version
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
IPv6.md 10 Version 0.9, March 200
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 3 Version 2.49.01
27 02/05/03 Version 2.49.02
37 01/29/03 Version 2.49.01
48 01/10/03 Version 2.49.00
65 11/19/02 Version 2.47.00
79 08/29/02 Version 2.45.00
99 07/12/02 Version 2.43.03
119 03/21/02 Version 2.41.02
134 03/04/02 Version 2.39.01
149 01/24/02 Version 2.37.0
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_instance.py 29 from zink_extensions import Extension,Layer,ExtensionRegistry,Version
336 ext.core_since = Version((*entry.promoted_in, 0))
zink_device_info.py 29 from zink_extensions import Extension,ExtensionRegistry,Version
216 # - device_version: Vulkan version, as tuple, to use with
219 # - struct_version: Vulkan version, as tuple, to use with structures and macros
221 Version((1,1,0), (1,1)),
222 Version((1,2,0), (1,2)),
273 %for version in versions:
274 bool have_vulkan${version.struct()};
278 %for version in versions:
279 VkPhysicalDeviceVulkan${version.struct()}Features feats${version.struct()}
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxheads.c 48 char Version[1000];
162 if (strlen(tmp) + 1 > sizeof(h->Version)) {
166 strcpy(h->Version, tmp);
279 printf(" GL_VERSION: %s\n", h->Version);

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>