Home
last modified time | relevance | path

Searched defs:kType (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp73 static const auto kType = Type::Flush; member
78 static const auto kType = Type::Save; member
82 static const auto kType = Type::Restore; member
86 static const auto kType = Type::SaveLayer; member
109 static const auto kType = Type::SaveBehind; member
119 static const auto kType = Type::Concat; member
125 static const auto kType = Type::SetMatrix; member
133 static const auto kType = Type::Translate; member
142 static const auto kType = Type::ClipPath; member
150 static const auto kType = Type::ClipRect; member
[all …]
/external/skqp/src/core/
DSkLiteDL.cpp73 static const auto kType = Type::Flush; member
78 static const auto kType = Type::Save; member
82 static const auto kType = Type::Restore; member
86 static const auto kType = Type::SaveLayer; member
109 static const auto kType = Type::SaveBehind; member
119 static const auto kType = Type::Concat; member
125 static const auto kType = Type::SetMatrix; member
133 static const auto kType = Type::Translate; member
142 static const auto kType = Type::ClipPath; member
150 static const auto kType = Type::ClipRect; member
[all …]
/external/v8/src/compiler/
Dmachine-operator.cc1049 #define EXCHANGE(kType) \ in Word32AtomicExchange() argument
1060 #define COMPARE_EXCHANGE(kType) \ in Word32AtomicCompareExchange() argument
1070 #define ADD(kType) \ in Word32AtomicAdd() argument
1080 #define SUB(kType) \ in Word32AtomicSub() argument
1090 #define AND(kType) \ in Word32AtomicAnd() argument
1100 #define OR(kType) \ in Word32AtomicOr() argument
1110 #define XOR(kType) \ in Word32AtomicXor() argument
1142 #define ADD(kType) \ in Word64AtomicAdd() argument
1152 #define SUB(kType) \ in Word64AtomicSub() argument
1162 #define AND(kType) \ in Word64AtomicAnd() argument
[all …]
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc287 constexpr ArrayDataType kType = ArrayDataType::kInt32; in TEST_F() local
300 constexpr ArrayDataType kType = ArrayDataType::kInt64; in TEST_F() local
313 constexpr ArrayDataType kType = ArrayDataType::kUint8; in TEST_F() local
326 constexpr ArrayDataType kType = ArrayDataType::kBool; in TEST_F() local
339 constexpr ArrayDataType kType = ArrayDataType::kFloat; in TEST_F() local
355 constexpr ArrayDataType kType = ArrayDataType::kComplex64; in TEST_F() local
463 constexpr ArrayDataType kType = ArrayDataType::kInt64; in TEST_F() local
472 constexpr ArrayDataType kType = ArrayDataType::kInt32; in TEST_F() local
481 constexpr ArrayDataType kType = ArrayDataType::kFloat; in TEST_F() local
491 constexpr ArrayDataType kType = ArrayDataType::kUint8; in TEST_F() local
[all …]
/external/skia/src/gpu/
DGrGpuBuffer.cpp22 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKeyForDynamicVBO() local
DGrTexture.cpp95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local
DGrRenderTargetContext.cpp1960 static constexpr GrPathRendererChain::DrawType kType = GrPathRendererChain::DrawType::kColor; in drawShapeUsingPathRenderer() local
/external/skqp/src/gpu/
DGrBuffer.cpp49 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKeyForDynamicVBO() local
DGrTexture.cpp95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local
DGrRenderTargetContext.cpp1852 static constexpr GrPathRendererChain::DrawType kType = GrPathRendererChain::DrawType::kColor; in drawShapeUsingPathRenderer() local
/external/dynamic_depth/internal/dynamic_depth/
Dprofile.cc12 const char kType[] = "Type"; variable
/external/skia/gm/
Dnonclosedpaths.cpp89 constexpr ClosureType kType[] = { in onDraw() local
/external/skqp/gm/
Dnonclosedpaths.cpp89 constexpr ClosureType kType[] = { in onDraw() local
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp34 static constexpr EGLint kType = EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE; in get_angle_egl_display() local
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp34 static constexpr EGLint kType = EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE; in get_angle_egl_display() local
/external/skia/src/utils/
DSkJSON.h246 static constexpr Type kType = vtype; variable
/external/skqp/src/utils/
DSkJSON.h246 static constexpr Type kType = vtype; variable
/external/flatbuffers/src/
Didl_gen_js_ts.cpp42 enum AnnotationType { kParam = 0, kType = 1, kReturns = 2 }; enumerator
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc870 static const TfLiteExternalContextType kType = kTfLiteGemmLowpContext; member