Home | History | Annotate | Download | only in src

Lines Matching defs:vecSize

76     size_t vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
80 size_t size = vecSize; // position
83 size += vecSize;
100 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
103 int offset = vecSize; // position
107 offset += vecSize;
120 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
123 int offset = vecSize; // position
127 offset += vecSize;
143 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
146 int size = vecSize; // position
151 size += vecSize;