Home
last modified time | relevance | path

Searched refs:fUVec3_Type (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/
DSkSLContext.h34 , fUVec3_Type(new Type(String("uvec3"), *fUInt_Type, 3))
126 fUVec3_Type.get(), fUVec4_Type.get() }))
149 fUVec3_Type.get(), fUVec4_Type.get() }))
176 const std::unique_ptr<Type> fUVec3_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h50 case 3: return *context.fUVec3_Type; in get_type()
DSkSLType.cpp125 case 3: return *context.fUVec3_Type; in toCompound()