Home
last modified time | relevance | path

Searched refs:inputStride (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DVertexBuffer9.cpp91 int inputStride = attrib.stride(); in storeVertexAttributes() local
126 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()
DVertexBuffer11.cpp83 int inputStride = attrib.stride(); in storeVertexAttributes() local
111 input += inputStride * start; in storeVertexAttributes()
114 converter.conversionFunc(input, inputStride, count, output); in storeVertexAttributes()