Searched refs:mCurrentArrayBufferStrides (Results 1 – 4 of 4) sorted by relevance
169 mCurrentArrayBufferStrides{},180 mCurrentArrayBufferStrides.fill(0);694 attribIndex, mCurrentArrayBufferStrides[attribIndex], binding.getDivisor(), format, in updateActiveAttribInfo()804 mCurrentArrayBufferStrides[attribIndex] = in syncDirtyAttrib()817 mCurrentArrayBufferStrides[attribIndex] = 0; in syncDirtyAttrib()837 mCurrentArrayBufferStrides[attribIndex] = binding.getStride(); in syncDirtyAttrib()849 mCurrentArrayBufferStrides[attribIndex] = in syncDirtyAttrib()861 attribIndex, mCurrentArrayBufferStrides[attribIndex], binding.getDivisor(), format, in syncDirtyAttrib()879 mCurrentArrayBufferStrides[attribIndex] = 0; in syncDirtyAttrib()1032 mCurrentArrayBufferStrides[attribIndex] = stride; in updateStreamedAttribs()[all …]
92 return mCurrentArrayBufferStrides; in getCurrentArrayBufferStrides()157 gl::AttribArray<GLuint> mCurrentArrayBufferStrides; variable
225 for (GLuint &stride : mCurrentArrayBufferStrides)491 desc.layouts[bufferIdx].stride = mCurrentArrayBufferStrides[v];593 mCurrentArrayBufferStrides[attribIndex] = binding.getStride();610 mCurrentArrayBufferStrides[attribIndex] = convertedStride;695 mCurrentArrayBufferStrides[attribIndex] = binding.getStride();710 mCurrentArrayBufferStrides[attribIndex] = 0;986 mCurrentArrayBufferStrides[attribIndex] = 16;1013 mCurrentArrayBufferStrides[attribIndex] = stride;1056 mCurrentArrayBufferStrides[attribIndex] = stride;
142 gl::AttribArray<GLuint> mCurrentArrayBufferStrides; variable