Searched defs:DrawData (Results 1 – 4 of 4) sorted by relevance
123 struct DrawData struct125 const Constants *constants;127 const void *input[MAX_VERTEX_INPUTS];128 unsigned int stride[MAX_VERTEX_INPUTS];129 Texture mipmap[TOTAL_IMAGE_UNITS];130 const void *indices;132 struct VS145 struct PS155 {160 PS ps;[all …]
114 struct DrawData struct116 const Constants *constants;118 const void *input[MAX_VERTEX_INPUTS];119 unsigned int stride[MAX_VERTEX_INPUTS];120 Texture mipmap[TOTAL_IMAGE_UNITS];121 const void *indices;123 struct VS136 struct PS144 VS vs;145 PS ps;[all …]
59 struct DrawData { struct68 static void Reset(SkTDArray<DrawData>&); argument