Home
last modified time | relevance | path

Searched refs:kOther (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/src/gpu/gl/
DGrGLUtil.h145 kOther enumerator
207 kOther enumerator
290 GrGLVendor fVendor = GrGLVendor::kOther;
291 GrGLRenderer fRenderer = GrGLRenderer::kOther;
296 GrGLVendor fANGLEVendor = GrGLVendor::kOther;
297 GrGLRenderer fANGLERenderer = GrGLRenderer::kOther;
DGrGLContext.cpp90 copy.fDriverInfo.fANGLEVendor = GrGLVendor::kOther; in makeNonAngle()
93 copy.fDriverInfo.fANGLERenderer = GrGLRenderer::kOther; in makeNonAngle()
DGrGLUtil.cpp160 return GrGLVendor::kOther; in get_vendor()
358 return GrGLRenderer::kOther; in get_renderer()
582 return {GrGLVendor::kOther, in get_angle_gl_vendor_and_renderer()
583 GrGLRenderer::kOther, in get_angle_gl_vendor_and_renderer()
607 auto vendor = GrGLVendor::kOther; in get_angle_d3d_vendor_and_renderer()
608 auto renderer = GrGLRenderer::kOther; in get_angle_d3d_vendor_and_renderer()
/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp56 , fInvalid(Type::MakeSpecialType("<INVALID>", "O", Type::TypeKind::kOther)) in BuiltinTypes()
57 , fPoison(Type::MakeSpecialType(Compiler::POISON_TAG, "P", Type::TypeKind::kOther)) in BuiltinTypes()
173 , fSkCaps(Type::MakeSpecialType("$sk_Caps", "O", Type::TypeKind::kOther))
/third_party/flutter/skia/experimental/svg/model/
DSkSVGRenderContext.cpp26 case SkSVGLengthContext::LengthType::kOther: in length_size_for_type()
172 SkSVGLengthContext::LengthType::kOther)); in commitToPaint()
185 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
237 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
DSkSVGRenderContext.h31 kOther, enumerator
DSkSVGCircle.cpp52 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in resolve()
DSkSVGGradient.cpp62 pos->push_back(SkTPin(ltx.resolve(stop.offset(), SkSVGLengthContext::LengthType::kOther), in collectColorStops()
DSkSVGRadialGradient.cpp72 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in onMakeShader()
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp30 case SkSVGLengthContext::LengthType::kOther: { in length_size_for_type()
122 intervals.push_back(lctx.resolve(dash, SkSVGLengthContext::LengthType::kOther)); in dash_effect()
135 SkSVGLengthContext::LengthType::kOther); in dash_effect()
451 SkSVGLengthContext::LengthType::kOther)); in strokePaint()
DSkSVGCircle.cpp25 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in resolve()
DSkSVGFeDisplacementMap.cpp42 SkSVGLengthContext::LengthType::kOther); in onMakeImageFilter()
DSkSVGRadialGradient.cpp33 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in onMakeShader()
DSkSVGGradient.cpp39 pos->push_back(SkTPin(ltx.resolve(stop.getOffset(), SkSVGLengthContext::LengthType::kOther), in collectColorStops()
DSkSVGFeLighting.cpp81 SkSVGLengthContext::LengthType::kOther); in resolveXYZ()
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h101 kBool, kInteger, kFloatingPoint, kOther enumerator
106 enum { value = kOther }; // The default kind.
/third_party/skia/src/sksl/ir/
DSkSLType.h82 kOther, enumerator
299 case TypeKind::kOther: in isOpaque()
/third_party/node/src/
Dnode_crypto_clienthello.h93 kOther = 255 enumerator
/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc179 EXPECT_EQ(kOther, GMOCK_KIND_OF_(void*)); // NOLINT in TEST()
180 EXPECT_EQ(kOther, GMOCK_KIND_OF_(char**)); // NOLINT in TEST()
181 EXPECT_EQ(kOther, GMOCK_KIND_OF_(Base)); // NOLINT in TEST()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h35 kOther, enumerator
/third_party/icu/icu4c/source/common/
Dmessagepattern.cpp84 static const UChar kOther[]={ // "other" variable
863 if(0==msg.compare(selectorIndex, length, kOther, 0, 5)) { in parsePluralOrSelectStyle()
/third_party/node/deps/icu-small/source/common/
Dmessagepattern.cpp84 static const UChar kOther[]={ // "other" variable
863 if(0==msg.compare(selectorIndex, length, kOther, 0, 5)) { in parsePluralOrSelectStyle()
/third_party/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp84 static const UChar kOther[]={ // "other" variable
863 if(0==msg.compare(selectorIndex, length, kOther, 0, 5)) { in parsePluralOrSelectStyle()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp84 static const UChar kOther[]={ // "other" variable
863 if(0==msg.compare(selectorIndex, length, kOther, 0, 5)) { in parsePluralOrSelectStyle()
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc288 content::DelegatedFrameHost::HiddenCause::kOther); in ReleaseCompositor()
413 content::DelegatedFrameHost::HiddenCause::kOther); in Hide()

12