Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h35 , fUVec4_Type(new Type(String("uvec4"), *fUInt_Type, 4))
126 fUVec3_Type.get(), fUVec4_Type.get() }))
149 fUVec3_Type.get(), fUVec4_Type.get() }))
177 const std::unique_ptr<Type> fUVec4_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h51 case 4: return *context.fUVec4_Type; in get_type()
DSkSLType.cpp126 case 4: return *context.fUVec4_Type; in toCompound()