Searched refs:fHalf3_Type (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 37 , fHalf3_Type(new Type("half3", *fHalf_Type, 3)) in Context() 153 fHalf3_Type.get(), fHalf4_Type.get() })) 183 fHalf3_Type.get(), fHalf4_Type.get() })) 228 const std::unique_ptr<Type> fHalf3_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 34 , fHalf3_Type(new Type("half3", *fHalf_Type, 3)) in Context() 150 fHalf3_Type.get(), fHalf4_Type.get() })) 180 fHalf3_Type.get(), fHalf4_Type.get() })) 222 const std::unique_ptr<Type> fHalf3_Type; variable
|
/external/skqp/src/sksl/ir/ |
D | SkSLIndexExpression.h | 32 case 3: return *context.fHalf3_Type; in index_type()
|
D | SkSLSwizzle.h | 38 case 3: return *context.fHalf3_Type; in get_type()
|
D | SkSLType.cpp | 91 case 3: return *context.fHalf3_Type; in toCompound()
|
/external/skia/src/sksl/ir/ |
D | SkSLIndexExpression.h | 32 case 3: return *context.fHalf3_Type; in index_type()
|
D | SkSLType.cpp | 92 case 3: return *context.fHalf3_Type; in toCompound()
|
D | SkSLSwizzle.h | 44 case 3: return *context.fHalf3_Type; in get_type()
|