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

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
WL_bind_wayland_display.spec 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
38 more interfaces in the Wayland protocol to allow clients to create
40 provides a new target for eglCreateImageKHR, to create an EGLImage
44 EGL implementation to define specific wayland requests and events,
86 Additions to the EGL 1.4 Specification:
88 To bind a server side wl_display to an EGLDisplay, call
93 To unbind a server side wl_display from an EGLDisplay, call
99 wl_display bound to EGLDisplay otherwise EGL_TRUE
    [all...]
MESA_drm_image.spec 80 Additions to the EGL 1.4 Specification:
82 To create a DRM EGLImage, call
104 To create a process local handle or a global DRM name for a
113 If <name> is non-NULL, a global name is assigned to the image and
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
127 indicates that we want to create an EGLImage from scratch?
132 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
WL_create_wayland_buffer_from_image.spec 40 This extension provides an entry point to create a wl_buffer which shares
42 nested Wayland compositor which is using subsurfaces to present buffers
44 directly to the subsurface without having to blit the contents into an
50 possible to create buffers using other types of images although there is
66 Additions to the EGL 1.4 Specification:
68 To create a client-side wl_buffer from an EGLImage call
74 updates to the image will also be updated in the wl_buffer. Typically the
79 will generate EGL_BAD_MATCH if the implementation is not able to represent
83 to the GPU that the given EGLDisplay is using
    [all...]
MESA_texture_signed_rgba.spec 43 OpenGL prior to 3.1 does not support any signed texture formats.
49 It is usually possible to get the same functionality
53 the relevant features from OpenGL 3.1, as a means to support this in
67 RESOLVED: NO. To keep this extension simple, only add the most
79 4) How are signed integer values mapped to floating-point values?
83 A signed 8-bit two's complement value X is computed to
91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
103 (Difference to ARB_texture_compression_rgtc):
105 This is also different to what NV_texture_shader used
    [all...]
MESA_query_renderer.spec 37 In many situations, applications want to detect characteristics of a
50 may want to pick one over the other. One such situation is when the
53 hardware implementation is blacklisted due to known bugs.
55 This extension provides a mechanism for the application to query all of
57 addition, this extension provides a mechanism for applications to create
58 contexts with respect to a specific renderer.
95 Additions to the OpenGL / WGL Specifications
99 Additions to the GLX 1.4 Specification
101 [Add to Section 3.3.2 "GLX Versioning" of the GLX Specification]
103 To obtain information about the available renderers for a particula
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
WL_bind_wayland_display.spec 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
38 more interfaces in the Wayland protocol to allow clients to create
40 provides a new target for eglCreateImageKHR, to create an EGLImage
44 EGL implementation to define specific wayland requests and events,
86 Additions to the EGL 1.4 Specification:
88 To bind a server side wl_display to an EGLDisplay, call
93 To unbind a server side wl_display from an EGLDisplay, call
99 wl_display bound to EGLDisplay otherwise EGL_TRUE
    [all...]
MESA_drm_image.spec 80 Additions to the EGL 1.4 Specification:
82 To create a DRM EGLImage, call
104 To create a process local handle or a global DRM name for a
113 If <name> is non-NULL, a global name is assigned to the image and
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
127 indicates that we want to create an EGLImage from scratch?
132 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
WL_create_wayland_buffer_from_image.spec 40 This extension provides an entry point to create a wl_buffer which shares
42 nested Wayland compositor which is using subsurfaces to present buffers
44 directly to the subsurface without having to blit the contents into an
50 possible to create buffers using other types of images although there is
66 Additions to the EGL 1.4 Specification:
68 To create a client-side wl_buffer from an EGLImage call
74 updates to the image will also be updated in the wl_buffer. Typically the
79 will generate EGL_BAD_MATCH if the implementation is not able to represent
83 to the GPU that the given EGLDisplay is using
    [all...]
MESA_texture_signed_rgba.spec 43 OpenGL prior to 3.1 does not support any signed texture formats.
49 It is usually possible to get the same functionality
53 the relevant features from OpenGL 3.1, as a means to support this in
67 RESOLVED: NO. To keep this extension simple, only add the most
79 4) How are signed integer values mapped to floating-point values?
83 A signed 8-bit two's complement value X is computed to
91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
103 (Difference to ARB_texture_compression_rgtc):
105 This is also different to what NV_texture_shader used
    [all...]
MESA_query_renderer.spec 37 In many situations, applications want to detect characteristics of a
50 may want to pick one over the other. One such situation is when the
53 hardware implementation is blacklisted due to known bugs.
55 This extension provides a mechanism for the application to query all of
57 addition, this extension provides a mechanism for applications to create
58 contexts with respect to a specific renderer.
95 Additions to the OpenGL / WGL Specifications
99 Additions to the GLX 1.4 Specification
101 [Add to Section 3.3.2 "GLX Versioning" of the GLX Specification]
103 To obtain information about the available renderers for a particula
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 // Low-level types and utilities for porting Google Test to various
32 // internal namespace are subject to change without notice. Code
37 // This file is fundamental to Google Test. All other Google Test source
38 // files are expected to #include this. Therefore, it cannot #include
54 // Google Test tries to automatically detect the properties of its
55 // environment, so users usually don't need to worry about these
57 // Sometimes it's necessary for a user to define some of the followin
1082 const To to = nullptr; local
    [all...]
  /xsrc/external/mit/pixman/dist/
release.sh 62 To: cairo-announce@cairographics.org, xorg-announce@lists.freedesktop.org, pixman@lists.freedesktop.org
  /xsrc/external/mit/fontconfig/dist/src/
fcinit.c 6 * Permission to use, copy, modify, distribute, and sell this software and its
11 * advertising or publicity pertaining to distribution of the software without
16 * THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29 #warning Could not find any system to define atomic_int macros, library may NOT be thread-safe.
32 #warning Could not find any system to define mutex macros, library may NOT be thread-safe.
35 #warning To suppress these warnings, define FC_NO_MT.
223 * decrease it here to avoid the memory leak.
240 * rescanInterval == 0 disables automatic up to date
251 * If up to date, don't reload configuration
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
parser.c 28 Bison output files to be licensed under the GNU General Public
37 /* All symbols defined below should begin with yy or YY, to avoid
40 There are some unavoidable exceptions within include files to
254 /* Identity function, used to suppress warnings about constant conditions. */
307 to allow for a few compiler-allocated temporary stack slots. */
356 /* The size of an array large to enough to hold all stacks, each with
362 /* Copy COUNT objects from FROM to TO. The source and destination do
366 # define YYCOPY(To, From, Count)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefsyacc.c 27 Bison output files to be licensed under the GNU General Public
36 /* All symbols defined below should begin with yy or YY, to avoid
39 There are some unavoidable exceptions within include files to
75 * Permission is hereby granted, free of charge, to any person obtaining
77 * "Software"), to deal in the Software without restriction, including
78 * without limitation the rights to use, copy, modify, merge, publish,
79 * distribute, sublicense, and/or sell copies of the Software, and to
80 * permit persons to whom the Software is furnished to do so, subject to
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-port.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 // Low-level types and utilities for porting Google Test to various
34 // internal namespace are subject to change without notice. Code
39 // This file is fundamental to Google Test. All other Google Test source
40 // files are expected to #include this. Therefore, it cannot #include
54 // Google Test tries to automatically detect the properties of its
55 // environment, so users usually don't need to worry about these
57 // Sometimes it's necessary for a user to define some of the followin
1375 const To to = NULL; local
    [all...]
gtest-internal.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 // Google Test. They are subject to change without notice.
68 // Due to C++ preprocessor weirdness, we need double indirection to
103 // The text used in failure messages to indicate the start of the
110 // different sizes, so we can use sizeof() to test which version is
115 // version if x can be implicitly converted to Secret*, and pick the
136 // Appends the user-supplied message to the Google-Test-generated message
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/
make.bat 17 echo. html to make standalone HTML files
18 echo. dirhtml to make HTML files named index.html in directories
19 echo. pickle to make pickle files
20 echo. json to make JSON files
21 echo. htmlhelp to make HTML files and a HTML help project
22 echo. qthelp to make HTML files and a qthelp project
23 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
24 echo. changes to make an overview over all changed/added/deprecated items
25 echo. linkcheck to check all external links for integrity
26 echo. doctest to run all doctests embedded in the documentation if enable
    [all...]
  /xsrc/external/mit/xorg-cf-files/dist/
gnuLib.rules 20 XCOMM XXX To rpath or not to rpath...
75 * InstallSharedLibrary - generate rules to install the shared library.
91 * InstallSharedLibraryData - generate rules to install the shared library data
99 * SharedLibraryTarget - generate rules to create a shared library;
129 * SharedDepLibraryTarget - generate rules to create a shared library.
172 * SharedLibraryDataTarget - generate rules to create shlib data file;
Motif.rules 74 * defined by UilFlags, which supposed to be set in *.cf or
272 @echo To install documentation for $(PROGRAM), consult the Release Notes @@\
297 @echo To install documentation for $(PROGRAMS), consult the Release Notes @@\
599 @echo To install documentation for $(PROGRAM), consult the Release Notes @@\
  /xsrc/external/mit/MesaLib/dist/src/util/
00-mesa-defaults.conf 9 by drivers that want to be compliant.
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
23 to compile.
46 (version 1 to 4 : "1:4") -->
308 <!-- This makes it use GL_NVX_gpu_memory_info to query memory info
463 <application name="7 Days To Die (64-bit)" executable="7DaysToDie.x86_64">
466 <application name="7 Days To Die (32-bit)" executable="7DaysToDie.x86">
470 <!-- Emulator tends to have a high CPU load for GPU emulation, so separating the driver overhead yield an improvement. -->
651 non-specified OpenGL behavior (expecting texture names to be
652 small enough to fit in the static array)
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
fcformat.fncs 6 * Permission to use, copy, modify, distribute, and sell this software and its
11 * advertising or publicity pertaining to distribution of the software without
16 * THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29 @PURPOSE@ Format a pattern into a string according to a format specifier
34 The return value refers to newly allocated memory which should be freed by the
41 characters (not "%"), which are copied unchanged to the output stream;
42 and tags which are interpreted to construct text from the pattern in a
48 It is advisable to always escape curly braces that
49 are meant to be copied to the output as ordinary characters
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
65-fonts-persian.conf 5 To configure Persian fonts from The FarsiWeb Project.
9 Permission to use, copy, modify, distribute, and sell this software and its
14 advertising or publicity pertaining to distribution of the software without
19 SHARIF FARSIWEB, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
30 2005-11-30 Behdad Esfahbod: Set Titr susbtitution size to 24 points.
246 <!-- Our fonts should oblique to the other side (TURNED-OFF) -->
256 <!-- check to see if the font is roman -->
260 <!-- check to see if the pattern requested non-roman -->
264 <!-- multiply the matrix to slant the font -->
302 <!-- Alias our fonts to common families --
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorgconf.cpp 4 # Permission is hereby granted, free of charge, to any person obtaining a
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
15 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 # not be used in advertising or otherwise to promote the sale, use or other
30 # This is a sample configuration file only, intended to illustrat
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
xorgconf.cpp 4 # Permission is hereby granted, free of charge, to any person obtaining a
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
15 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 # not be used in advertising or otherwise to promote the sale, use or other
30 # This is a sample configuration file only, intended to illustrat
    [all...]

Completed in 48 milliseconds

1 2 3 4 5 6