Home | History | Annotate | Download | only in text

Lines Matching defs:textureCoords

115         uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset);
116 textureCoords[0] = u0;
117 textureCoords[1] = v0;
138 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset);
139 textureCoords[0] = u0;
140 textureCoords[1] = v1;
161 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset);
162 textureCoords[0] = u1;
163 textureCoords[1] = v0;
184 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset);
185 textureCoords[0] = u1;
186 textureCoords[1] = v1;