Lines Matching refs:textureCoords
77 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
78 textureCoords[0] = (uint16_t) u0; in regen_vertices()
79 textureCoords[1] = (uint16_t) v0; in regen_vertices()
96 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
97 textureCoords[0] = (uint16_t)u0; in regen_vertices()
98 textureCoords[1] = (uint16_t)v1; in regen_vertices()
115 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
116 textureCoords[0] = (uint16_t)u1; in regen_vertices()
117 textureCoords[1] = (uint16_t)v1; in regen_vertices()
134 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
135 textureCoords[0] = (uint16_t)u1; in regen_vertices()
136 textureCoords[1] = (uint16_t)v0; in regen_vertices()