Searched refs:inputStride (Results 1 – 2 of 2) sorted by relevance
91 int inputStride = attrib.stride(); in storeVertexAttributes() local126 input += inputStride * start; in storeVertexAttributes()129 if (converter.identity && inputStride == elementSize) in storeVertexAttributes()131 memcpy(mapPtr, input, count * inputStride); in storeVertexAttributes()135 converter.convertArray(input, inputStride, count, mapPtr); in storeVertexAttributes()
83 int inputStride = attrib.stride(); in storeVertexAttributes() local111 input += inputStride * start; in storeVertexAttributes()114 converter.conversionFunc(input, inputStride, count, output); in storeVertexAttributes()