HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 176 - 200 of 288) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 268 ctx->Driver.Enable(ctx, GL_LINE_SMOOTH, ctx->Line.SmoothFlag);
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
  /external/mesa3d/src/mesa/main/
state.c 409 if (ctx->Line.SmoothFlag)
411 if (ctx->Line.StippleFlag)
enable.c 413 if (ctx->Line.SmoothFlag == state)
416 ctx->Line.SmoothFlag = state;
422 if (ctx->Line.StippleFlag == state)
425 ctx->Line.StippleFlag = state;
    [all...]
  /external/v8/src/
platform-win32.cc     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 25 import com.android.gallery3d.filtershow.imageshow.Line;
31 implements Line {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 133 } while (token != null && token.Line <= 0);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 152 } while (token != null && token.Line <= 0);
  /external/chromium_org/remoting/tools/
zip2msi.py 16 be passed via the command line.
122 """Escapes a Windows command-line argument.
127 ("Parsing C++ Command-Line Arguments") to understand why we have to do
152 """Generates the command line for |tool|."""
161 # Append the list of defines and extensions to the command line switches.
174 # Generate the actual command line
180 """Runs a command interpreting the passed |args| as a command line."""
187 for line in out.splitlines():
188 print line
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_state.c 219 wm->wm5.line_stipple = ctx->Line.StippleFlag;
gen6_wm_state.c 170 if (ctx->Line.StippleFlag)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 233 GLuint StippleCounter; /**< Line stipple counter */
244 * Point/Line/Triangle function pointers below.
263 * Current point, line and triangle drawing functions.
267 swrast_line_func Line;
445 * For looping over fragment attributes in the pointe, line
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 263 tnl->Driver.Render.Line = swsetup_line;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 453 /* Render a line between the two vertices given by indexes v0 and v1. */
456 tnl_line_func Line;
473 /* Reset the hardware's line stipple counter.
  /external/clang/include/clang/Frontend/
CompilerInstance.h 562 /// \p Filename, \p Line, and \p Column, to the given output stream \p OS.
565 unsigned Line, unsigned Column,
  /external/llvm/include/llvm/Support/
SourceMgr.h 64 /// LineNoCache - This is a cache for line number queries, its implementation
131 /// FindLineNumber - Find the line number for the specified location in the
137 /// getLineAndColumn - Find the line and column number for the specified
162 /// PrintIncludeStack - Prints the names of included files and the line of the
166 /// @param IncludeLoc - The line of the include.
220 // Diagnostic with no location (e.g. file not found, command line arg error).
227 int Line, int Col, SourceMgr::DiagKind Kind,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 219 wm->wm5.line_stipple = ctx->Line.StippleFlag;
gen6_wm_state.c 170 if (ctx->Line.StippleFlag)
  /external/mesa3d/src/mesa/swrast/
s_context.h 233 GLuint StippleCounter; /**< Line stipple counter */
244 * Point/Line/Triangle function pointers below.
263 * Current point, line and triangle drawing functions.
267 swrast_line_func Line;
445 * For looping over fragment attributes in the pointe, line
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 263 tnl->Driver.Render.Line = swsetup_line;
  /external/mesa3d/src/mesa/tnl/
t_context.h 453 /* Render a line between the two vertices given by indexes v0 and v1. */
456 tnl_line_func Line;
473 /* Reset the hardware's line stipple counter.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 695 BOOL IMAGEAPI SymGetLineFromAddr(HANDLE hProcess,DWORD dwAddr,PDWORD pdwDisplacement,PIMAGEHLP_LINE Line);
698 BOOL IMAGEAPI SymGetLineFromName64(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE64 Line);
703 BOOL IMAGEAPI SymGetLineFromName(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE Line);
706 BOOL IMAGEAPI SymGetLineNext64(HANDLE hProcess,PIMAGEHLP_LINE64 Line);
711 BOOL IMAGEAPI SymGetLineNext(HANDLE hProcess,PIMAGEHLP_LINE Line);
714 BOOL IMAGEAPI SymGetLinePrev64(HANDLE hProcess,PIMAGEHLP_LINE64 Line);
719 BOOL IMAGEAPI SymGetLinePrev(HANDLE hProcess,PIMAGEHLP_LINE Line);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 194 /// AddLineNote - Add a line note to the line table that indicates that there
195 /// is a \#line at the specified FID/Offset location which changes the presumed
202 "Adding line entries out of order!");
208 // If this is a '#line 4' after '#line 42 "foo.h"', make sure to remember
213 // If we are after a line marker that switched us to system header mode, or
224 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
237 "Adding line entries out of order!");
260 /// FindNearestLineEntry - Find the line entry nearest to FID that is befor
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 695 BOOL IMAGEAPI SymGetLineFromAddr(HANDLE hProcess,DWORD dwAddr,PDWORD pdwDisplacement,PIMAGEHLP_LINE Line);
698 BOOL IMAGEAPI SymGetLineFromName64(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE64 Line);
703 BOOL IMAGEAPI SymGetLineFromName(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE Line);
706 BOOL IMAGEAPI SymGetLineNext64(HANDLE hProcess,PIMAGEHLP_LINE64 Line);
711 BOOL IMAGEAPI SymGetLineNext(HANDLE hProcess,PIMAGEHLP_LINE Line);
714 BOOL IMAGEAPI SymGetLinePrev64(HANDLE hProcess,PIMAGEHLP_LINE64 Line);
719 BOOL IMAGEAPI SymGetLinePrev(HANDLE hProcess,PIMAGEHLP_LINE Line);
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 119 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
212 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
292 // Each comment goes on its own line.
311 // Emit a line of comments.
846 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
851 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
856 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
882 << Line << ':' << Column;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
enable.c 413 if (ctx->Line.SmoothFlag == state)
416 ctx->Line.SmoothFlag = state;
422 if (ctx->Line.StippleFlag == state)
425 ctx->Line.StippleFlag = state;
    [all...]

Completed in 1651 milliseconds

1 2 3 4 5 6 78 91011>>