Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug_symbol.c145 (HANDLE hProcess, DWORD64 dwAddr, PDWORD pdwDisplacement, PIMAGEHLP_LINE64 Line),
146 (hProcess, dwAddr, pdwDisplacement, Line))
169 IMAGEHLP_LINE64 Line; in debug_symbol_name_dbghelp() local
218 memset(&Line, 0, sizeof Line); in debug_symbol_name_dbghelp()
219 Line.SizeOfStruct = sizeof Line; in debug_symbol_name_dbghelp()
220 if (!j_SymGetLineFromAddr64(hProcess, dwAddr, &dwLineDisplacement, &Line)) { in debug_symbol_name_dbghelp()
221 Line.FileName = NULL; in debug_symbol_name_dbghelp()
224 if (Line.FileName) { in debug_symbol_name_dbghelp()
225 snprintf(buf, size, "%s at %s:%lu", pSymbol->Name, Line.FileName, Line.LineNumber); in debug_symbol_name_dbghelp()
Ddbghelp.h695 …AGEAPI SymGetLineFromAddr(HANDLE hProcess,DWORD dwAddr,PDWORD pdwDisplacement,PIMAGEHLP_LINE Line);
698 …ocess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE64 Line);
703 …Process,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);
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal51 * The probability that the satellite is estimated to be in Line-of-Sight condition at the given
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2619 == Line Segments
2624 Line segment rasterization options are controlled by the
2693 [open,refpage='VkLineRasterizationModeEXT',desc='Line rasterization modes',type='enums']
2705 Both of these modes are defined in <<primsrast-lines-basic,Basic Line
2711 defined in <<primsrast-lines-bresenham,Bresenham Line Segment
2860 === Basic Line Segment Rasterization
2990 formula in <<primsrast-lines-basic, Basic Line Segment Rasterization>>
2995 <<primsrast-lines-bresenham,Bresenham Line Segment Rasterization>>.
3022 === Bresenham Line Segment Rasterization
3028 Basic Line Segment Rasterization>>.
[all …]
Ddrawing.adoc345 | Line | ename:VK_PRIMITIVE_TOPOLOGY_LINE_LIST,
375 === Line Lists
407 === Line Strips
553 === Line Lists With Adjacency
590 === Line Strips With Adjacency
Dvertexpostproc.adoc808 described in sections <<primsrast-lines-basic,Basic Line Segment
1113 <<primsrast-lines-basic,Basic Line Segment Rasterization>> and
Dlimits.adoc798 See <<primsrast-lines-basic,Basic Line Segment Rasterization>>.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc226 Expand the description of <<markup-layout,Line Lengths>> and add a
/hardware/interfaces/audio/common/2.0/
Dtypes.hal529 /** Line out for av devices */
/hardware/interfaces/audio/common/4.0/
Dtypes.hal536 /** Line out for av devices */
/hardware/interfaces/audio/common/5.0/
Dtypes.hal598 /** Line out for av devices */
/hardware/interfaces/radio/1.0/
Dtypes.hal1980 /** Line Control Information Record as defined in C.S0005 section 3.7.5.15 */
2008 vec<CdmaLineControlInfoRecord> lineCtrl; // Line Control Info Rec
/hardware/interfaces/audio/common/6.0/
Dtypes.hal647 /** Line out for av devices */
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2247 Basic Line Segment Rasterization>>, <<primsrast-polygons-basic, Basic
6694 * Add a note to the <<primsrast-lines-bresenham, Bresenham Line Segment
8923 * Fix typo in equation in the <<primsrast-lines-basic, Basic Line Segment