Home | History | Annotate | Download | only in glshared

Lines Matching defs:inputTypeSize

171 int Array::inputTypeSize (InputType type)
1401 stride = componentCount * Array::inputTypeSize(type);
1409 setData(&(data[vertexNdx * stride + Array::inputTypeSize(type) * componentNdx]), type, rnd, min, max);
1495 char* const _data = new char[offset + quadStride * (count - 1) + stride * 5 + componentCount * Array::inputTypeSize(Array::INPUTTYPE_INT_2_10_10_10)]; // last element must be fully in the array
2088 const size_t stride = (arraySpec.stride == 0) ? (arraySpec.componentCount * Array::inputTypeSize(arraySpec.inputType)) : (arraySpec.stride);
2089 const size_t bufferSize = arraySpec.offset + stride * (m_spec.drawCount * primitiveSize - 1) + arraySpec.componentCount * Array::inputTypeSize(arraySpec.inputType);
2188 int dataTypeSize = Array::inputTypeSize(m_spec.arrays[i].inputType);
2209 int dataTypeSize = Array::inputTypeSize(m_spec.arrays[i].inputType);