Home
last modified time | relevance | path

Searched refs:fDouble3_Type (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h40 case 3: return *context.fDouble3_Type; in index_type()
DSkSLSwizzle.h44 case 3: return *context.fDouble3_Type; in get_type()
DSkSLType.cpp123 case 3: return *context.fDouble3_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h26 , fDouble3_Type(new Type("double3", *fDouble_Type, 3)) in Context()
152 fDouble3_Type.get(), fDouble4_Type.get() }))
182 fDouble3_Type.get(), fDouble4_Type.get() }))
212 const std::unique_ptr<Type> fDouble3_Type; variable