Home | History | Annotate | Download | only in gpu

Lines Matching defs:vecSize

155     size_t vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
159 size_t size = vecSize; // position
160 size += num_tex_coords(vertexLayout) * vecSize;
197 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
200 int offset = vecSize; // position
204 offset += vecSize;
217 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
220 return vecSize * (num_tex_coords(vertexLayout) + 1); //+1 for pos
229 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
233 int offset = vecSize * (num_tex_coords(vertexLayout) + 1);
247 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
250 int offset = vecSize * (num_tex_coords(vertexLayout) + 1); //+1 for pos
270 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
273 int size = vecSize; // position
280 size += vecSize;