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

  /xsrc/external/mit/MesaLib/dist/src/util/
u_debug_symbol.c 142 (HANDLE hProcess, DWORD64 dwAddr, PDWORD pdwDisplacement, PIMAGEHLP_LINE64 Line),
143 (hProcess, dwAddr, pdwDisplacement, Line))
163 IMAGEHLP_LINE64 Line;
202 * Try to get filename and line number.
204 memset(&Line, 0, sizeof Line);
205 Line.SizeOfStruct = sizeof Line;
206 if (!j_SymGetLineFromAddr64(hProcess, dwAddr, &dwLineDisplacement, &Line)) {
207 Line.FileName = NULL
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_debug_symbol.c 142 (HANDLE hProcess, DWORD64 dwAddr, PDWORD pdwDisplacement, PIMAGEHLP_LINE64 Line),
143 (hProcess, dwAddr, pdwDisplacement, Line))
163 IMAGEHLP_LINE64 Line;
202 * Try to get filename and line number.
204 memset(&Line, 0, sizeof Line);
205 Line.SizeOfStruct = sizeof Line;
206 if (!j_SymGetLineFromAddr64(hProcess, dwAddr, &dwLineDisplacement, &Line)) {
207 Line.FileName = NULL
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.h 250 GLuint StippleCounter; /**< Line stipple counter */
261 * Point/Line/Triangle function pointers below.
280 * Current point, line and triangle drawing functions.
284 swrast_line_func Line;
465 * For looping over fragment attributes in the pointe, line
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.h 249 GLuint StippleCounter; /**< Line stipple counter */
260 * Point/Line/Triangle function pointers below.
279 * Current point, line and triangle drawing functions.
283 swrast_line_func Line;
464 * For looping over fragment attributes in the pointe, line
  /xsrc/external/mit/bitmap/dist/
BitEdit.c 125 {Dummy, "line", False},
146 {Dummy, "line", False},
192 #define Line 17
193 {Line, "line", True},
629 case Line:
680 } /* don't add anything below this line */
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcDB.c 232 } Line;
236 Line *line)
238 if (line->str != NULL) {
239 Xfree(line->str);
241 bzero(line, sizeof(Line));
246 Line *line,
249 char *str = line->str
1058 Line line; local
    [all...]
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_hw.h 179 * 2D line.
300 RivaLine *Line;
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_context.h 454 /* Render a line between the two vertices given by indexes v0 and v1. */
457 tnl_line_func Line;
474 /* Reset the hardware's line stipple counter.
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_context.h 454 /* Render a line between the two vertices given by indexes v0 and v1. */
457 tnl_line_func Line;
474 /* Reset the hardware's line stipple counter.
  /xsrc/external/mit/xterm/dist/
button.c 240 EmitMousePosition(TScreen *screen, Char line[], unsigned count, int value)
257 line[count++] = CharOf(0);
259 line[count++] = CharOf(' ' + value + 1);
264 line[count++] = CharOf(0);
266 line[count++] = CharOf(' ' + value + 1);
269 line[count++] = CharOf(0xC0 + (value >> 6));
270 line[count++] = CharOf(0x80 + (value & 0x3F));
276 count += (unsigned) sprintf((char *) line + count, "%d", value + 1);
283 EmitMousePositionSeparator(TScreen *screen, Char line[], unsigned count)
289 line[count++] = ';'
1309 Char line[6]; local
1386 unsigned line, col; local
1414 int line, col, ldelta = 0; local
1472 int line; local
2210 char *line; local
2510 Char line[16]; local
2699 Char *line = (Char *) value; local
3109 Char line[64]; local
4462 Char *line; local
4599 Char *line; local
5413 Char line[32]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 627 * Line attribute group (GL_LINE_BIT).
635 GLfloat Width; /**< Line width */
4163 * Disable interpretation of line continuations (lines ending with a
4628 #define _NEW_LINE (1u << 9) /**< gl_context::Line */
4879 /** gl_context::Line */
5146 struct gl_line_attrib Line;
5316 struct gl_line_attrib Line; /**< Line attributes */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 652 * Line attribute group (GL_LINE_BIT).
660 GLfloat Width; /**< Line width */
3981 * Disable interpretation of line continuations (lines ending with a
4436 #define _NEW_LINE (1u << 9) /**< gl_context::Line */
4660 /** gl_context::Line */
4900 struct gl_line_attrib Line; /**< Line attributes */

Completed in 22 milliseconds