Home
last modified time | relevance | path

Searched refs:kUnspecified (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLLayout.h58 kUnspecified = -1, enumerator
98 case Format::kUnspecified: return ""; in FormatToStr()
206 , fFormat(Format::kUnspecified) in Layout()
244 if (Format::kUnspecified != fFormat) { in description()
/external/skqp/src/sksl/ir/
DSkSLLayout.h58 kUnspecified = -1, enumerator
98 case Format::kUnspecified: return ""; in FormatToStr()
206 , fFormat(Format::kUnspecified) in Layout()
244 if (Format::kUnspecified != fFormat) { in description()
/external/perfetto/src/android_internal/
Dhealth_hal.h33 kUnspecified = 0, enumerator
Dhealth_hal.cc53 case BatteryCounter::kUnspecified: in GetBatteryCounter()
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc142 auto hal_id = android_internal::BatteryCounter::kUnspecified; in AndroidPowerDataSource()
205 case android_internal::BatteryCounter::kUnspecified: in WriteBatteryCounters()
/external/v4l2_codec2/vda/
Dh264_parser.h37 kUnspecified = 0, enumerator
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp1144 case Layout::Format::kUnspecified: in writeFunctionCall()
DSkSLParser.cpp759 Layout::Format format = Layout::Format::kUnspecified; in layout()
DSkSLSPIRVCodeGenerator.cpp1792 Layout layout(0, -1, -1, 1, -1, -1, -1, -1, Layout::Format::kUnspecified, in writeVariableReference()
/external/skqp/src/sksl/
DSkSLParser.cpp758 Layout::Format format = Layout::Format::kUnspecified; in layout()
DSkSLSPIRVCodeGenerator.cpp1733 Layout layout(0, -1, -1, 1, -1, -1, -1, -1, Layout::Format::kUnspecified, in writeVariableReference()