Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCustomMesh.cpp181 SkString attributesStruct("struct Attributes {\n"); in Make() local
183 attributesStruct.appendf(" %s %s;\n", attribute_type_string(a.type), a.name.c_str()); in Make()
185 attributesStruct.append("};\n"); in Make()
199 fullVS.append(attributesStruct.c_str()); in Make()