Searched refs:kD (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | format_data.h | 24 kD, member in FormatComponentType
|
H A D | type_parser_test.cc | 412 {FormatComponentType::kD, FormatMode::kUNorm, 16}, in TEST_F() 419 {FormatComponentType::kD, FormatMode::kUNorm, 16}, in TEST_F() 427 {FormatComponentType::kD, FormatMode::kUNorm, 24}, in TEST_F() 435 {FormatComponentType::kD, FormatMode::kSFloat, 32}, in TEST_F() 442 {FormatComponentType::kD, FormatMode::kSFloat, 32}, in TEST_F() 1175 {FormatComponentType::kD, FormatMode::kUNorm, 24}, in TEST_F()
|
H A D | type_parser.cc | 144 type = FormatComponentType::kD; in ProcessChunk()
|
/third_party/skia/src/utils/ |
H A D | SkShadowTessellator.cpp | 1067 static constexpr SkScalar kD = 0.03051757812f; in computeClipAndPathPolygons() local 1107 + kC*clipPts[2].fX + kD*clipPts[3].fX; in computeClipAndPathPolygons() 1109 + kC*clipPts[2].fY + kD*clipPts[3].fY; in computeClipAndPathPolygons() 1112 curvePoint.fX = kD*clipPts[0].fX + kC*clipPts[1].fX in computeClipAndPathPolygons() 1114 curvePoint.fY = kD*clipPts[0].fY + kC*clipPts[1].fY in computeClipAndPathPolygons()
|
Completed in 5 milliseconds