Home
last modified time | relevance | path

Searched refs:kGeneral (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkPath_serial.cpp37 kGeneral = 0, enumerator
97 (SerializationType::kGeneral << kType_SerializationShift) | in writeToMemory()
207 case SerializationType::kGeneral: in readFromMemory_EQ4()
297 case SerializationType::kGeneral: in readFromMemory_LE3()
/external/skqp/src/core/
DSkPath_serial.cpp37 kGeneral = 0, enumerator
97 (SerializationType::kGeneral << kType_SerializationShift) | in writeToMemory()
207 case SerializationType::kGeneral: in readFromMemory_EQ4()
297 case SerializationType::kGeneral: in readFromMemory_LE3()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1149kGeneral, // Either no ownership operations or a mix of ownership operation types and/or non-o…
Dcore_validation.cpp8496 BarrierOperationsType op_type = kGeneral; in ComputeBarrierOperationsType()