Searched refs:fDouble4_Type (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 30 , fDouble4_Type(new Type("double4", *fDouble_Type, 4)) in Context() 155 fDouble3_Type.get(), fDouble4_Type.get() })) 185 fDouble3_Type.get(), fDouble4_Type.get() })) 219 const std::unique_ptr<Type> fDouble4_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 27 , fDouble4_Type(new Type("double4", *fDouble_Type, 4)) in Context() 152 fDouble3_Type.get(), fDouble4_Type.get() })) 182 fDouble3_Type.get(), fDouble4_Type.get() })) 213 const std::unique_ptr<Type> fDouble4_Type; variable
|
/external/skqp/src/sksl/ir/ |
D | SkSLIndexExpression.h | 41 case 4: return *context.fDouble4_Type; in index_type()
|
D | SkSLSwizzle.h | 45 case 4: return *context.fDouble4_Type; in get_type()
|
D | SkSLType.cpp | 124 case 4: return *context.fDouble4_Type; in toCompound()
|
/external/skia/src/sksl/ir/ |
D | SkSLIndexExpression.h | 41 case 4: return *context.fDouble4_Type; in index_type()
|
D | SkSLType.cpp | 125 case 4: return *context.fDouble4_Type; in toCompound()
|
D | SkSLSwizzle.h | 51 case 4: return *context.fDouble4_Type; in get_type()
|