Searched refs:mCurrentArrayBufferStrides (Results 1 – 4 of 4) sorted by relevance
309 mCurrentArrayBufferStrides{},321 mCurrentArrayBufferStrides.fill(0);902 attribIndex, mCurrentArrayBufferStrides[attribIndex], binding.getDivisor(), format, in updateActiveAttribInfo()1051 mCurrentArrayBufferStrides[attribIndex] = dstStride; in syncDirtyAttrib()1063 mCurrentArrayBufferStrides[attribIndex] = 0; in syncDirtyAttrib()1083 mCurrentArrayBufferStrides[attribIndex] = binding.getStride(); in syncDirtyAttrib()1096 mCurrentArrayBufferStrides[attribIndex] = in syncDirtyAttrib()1109 attribIndex, mCurrentArrayBufferStrides[attribIndex], binding.getDivisor(), format, in syncDirtyAttrib()1128 mCurrentArrayBufferStrides[attribIndex] = 0; in syncDirtyAttrib()1371 mCurrentArrayBufferStrides[attribIndex] = stride; in updateStreamedAttribs()[all …]
119 return mCurrentArrayBufferStrides; in getCurrentArrayBufferStrides()197 gl::AttribArray<GLuint> mCurrentArrayBufferStrides; variable
242 for (GLuint &stride : mCurrentArrayBufferStrides)461 uint32_t stride = mCurrentArrayBufferStrides[v];575 mCurrentArrayBufferStrides[attribIndex] = binding.getStride();592 mCurrentArrayBufferStrides[attribIndex] = convertedStride;676 mCurrentArrayBufferStrides[attribIndex] = binding.getStride();691 mCurrentArrayBufferStrides[attribIndex] = 0;967 mCurrentArrayBufferStrides[attribIndex] = 16;994 mCurrentArrayBufferStrides[attribIndex] = stride;1029 mCurrentArrayBufferStrides[attribIndex] = stride;
138 gl::AttribArray<GLuint> mCurrentArrayBufferStrides; variable