Home | History | Annotate | Download | only in sksl

Lines Matching refs:CType

36     UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
38 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat, false, "", "", "") { }
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
45 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat,
61 Layout::CType ctype() const {
65 // The sksl type names that the mapper's ctype can be mapped to
101 // uniformHandleName, and valueVarName is the variable name pointing to the ctype instance
116 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
120 Layout::CType fCType;