HomeSort by: relevance | last modified time | path
    Searched defs:Version (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
dispatch_sanity.cpp 67 unsigned int Version;
82 void SetUpCtx(gl_api api, unsigned int version);
106 DispatchSanity_test::SetUpCtx(gl_api api, unsigned int version)
116 ctx.Version = version;
139 /* The context version is >= the GL version where the function was
143 const bool cant_be_nop = ctx->Version >= function_table[i].Version;
1823 // We check for the aliased -KHR version in GLES 1.
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
dispatch_sanity.cpp 67 unsigned int Version;
83 void SetUpCtx(gl_api api, unsigned int version);
114 DispatchSanity_test::SetUpCtx(gl_api api, unsigned int version)
124 ctx.Version = version;
154 /* The context version is >= the GL version where the function was
158 const bool cant_be_nop = ctx->Version >= function_table[i].Version;
2097 // We check for the aliased -KHR version in GLES 1.
    [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);
manywin.c 48 char Version[1000];
194 if (strlen(tmp) + 1 > sizeof(h->Version)) {
198 strcpy(h->Version, tmp);
365 printf(" GL_VERSION: %s\n", h->Version);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_extensions.py 27 class Version:
31 def __init__(self, version, struct=()):
32 self.device_version = version
35 self.struct_version = (version[0], version[1])
40 def version(self): member in class:Version
147 # the version in which the extension is promoted to core VK
  /xsrc/external/mit/x11perf/dist/
x11perf.h 57 typedef unsigned char Version;
59 #define VERSION1_2 ((Version)(1 << 0))
60 #define VERSION1_3 ((Version)(1 << 1))
61 #define VERSION1_4 ((Version)(1 << 2))
62 #define VERSION1_5 ((Version)(1 << 3))
63 #define VERSION1_6 ((Version)(1 << 4))
64 #define VERSION1_7 ((Version)(1 << 5))
101 Version version; member in struct:_XParms
125 const char *label14; /* Labels that are different in Version 1.4 *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
egldisplay.h 180 EGLint Version; /**< EGL version major*10+minor */
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egldisplay.h 175 EGLint Version; /**< EGL version major*10+minor */
  /xsrc/external/mit/freetype/dist/include/freetype/
tttables.h 123 * Version ::
124 * The table version.
202 FT_Fixed Version;
241 * Version ::
242 * The table version.
320 FT_Fixed Version;
359 * table. In this case, the `version` field is always set to 0xFFFF.
377 FT_UShort version; /* 0x0001 - more or 0xFFFF */ member in struct:TT_OS2_
412 /* only version 1 and higher: */
417 /* only version 2 and higher: *
569 FT_Fixed version; member in struct:TT_MaxProfile_
    [all...]
  /xsrc/external/mit/xterm/dist/
main.c 93 #include <version.h>
1200 DATA("-version", NULL, XrmoptionSkipNArgs, NULL),
1220 { "-version", "print the version number" },
1654 * can find our own "-help" and "-version" options reliably. Improve on just
1839 Version(void)
2463 } else if (!strcmp(option_ptr->option, "-version")) {
2464 Version();
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h 929 ULONG32 Version;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
dbghelp.h 929 ULONG32 Version;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 2686 unsigned Version; /**< GLSL version used for linking */
3007 unsigned Version; /**< GLSL version used for linking */
3895 GLuint GLSLVersion; /**< Desktop GLSL version supported (ex: 120 = 1.20) */
3896 GLuint GLSLVersionCompat; /**< Desktop compat GLSL version supported */
3906 * with "#version ForceGLSLVersion".
3943 * Allow creating a higher compat profile (version 3.1+) for apps that
4020 /** OpenGL version 3.0 */
4023 /** OpenGL version 3.2 *
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 2621 unsigned Version; /**< GLSL version used for linking */
2933 unsigned Version; /**< GLSL version used for linking */
3759 GLuint GLSLVersion; /**< Desktop GLSL version supported (ex: 120 = 1.20) */
3760 GLuint GLSLVersionCompat; /**< Desktop compat GLSL version supported */
3770 * with "#version ForceGLSLVersion".
3802 * Allow creating a higher compat profile (version 3.1+) for apps that
3856 /** OpenGL version 3.0 */
3859 /** OpenGL version 3.2 *
    [all...]

Completed in 32 milliseconds