Home
last modified time | relevance | path

Searched refs:arcType (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c264 VGUArcType arcType) in vguArc() argument
282 if (arcType != VGU_ARC_OPEN && in vguArc()
283 arcType != VGU_ARC_CHORD && in vguArc()
284 arcType != VGU_ARC_PIE) { in vguArc()
343 if (arcType == VGU_ARC_PIE) { in vguArc()
348 if (arcType == VGU_ARC_PIE || arcType == VGU_ARC_CHORD) { in vguArc()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dvgu.c264 VGUArcType arcType) in vguArc() argument
282 if (arcType != VGU_ARC_OPEN && in vguArc()
283 arcType != VGU_ARC_CHORD && in vguArc()
284 arcType != VGU_ARC_PIE) { in vguArc()
343 if (arcType == VGU_ARC_PIE) { in vguArc()
348 if (arcType == VGU_ARC_PIE || arcType == VGU_ARC_CHORD) { in vguArc()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp485 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()
488 if (Formats[i].Name.CompareNoCase(arcType) == 0) in FindFormatForArchiveType()
493 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType() argument
496 for (int pos = 0; pos < arcType.Length();) in FindFormatForArchiveType()
498 int pos2 = arcType.Find('.', pos); in FindFormatForArchiveType()
500 pos2 = arcType.Length(); in FindFormatForArchiveType()
501 const UString name = arcType.Mid(pos, pos2 - pos); in FindFormatForArchiveType()
DLoadCodecs.h170 int FindFormatForArchiveType(const UString &arcType) const;
171 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
/external/mesa3d/include/VG/
Dvgu.h103 VGUArcType arcType) VGU_API_EXIT;
/external/chromium_org/third_party/mesa/src/include/VG/
Dvgu.h103 VGUArcType arcType) VGU_API_EXIT;