Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp105 mForcedStreamingAttributesFirstOffsets.fill(0); in VertexArrayGL()
114 mForcedStreamingAttributesFirstOffsets.fill(0); in VertexArrayGL()
213 if (mForcedStreamingAttributesFirstOffsets[attribIndex] != first) in syncDrawState()
217 mForcedStreamingAttributesFirstOffsets[attribIndex] = first; in syncDrawState()
595 mForcedStreamingAttributesFirstOffsets.fill(0); in recoverForcedStreamingAttributesForDrawArraysInstanced()
DVertexArrayGL.h150 mutable std::array<GLint, gl::MAX_VERTEX_ATTRIBS> mForcedStreamingAttributesFirstOffsets; variable