Searched refs:totalVertexAttribs (Results 1 – 1 of 1) sorted by relevance
249 int totalVertexAttribs = 1 /* a_position */ + (spec.isPointSizeUsed() ? 1 : 0); in isProgramSupported() local253 totalVertexAttribs += 1; in isProgramSupported()256 if (totalVertexAttribs > maxVertexAttribs) in isProgramSupported()