Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp197 const gl::AttributesMask &needsStreamingAttribs = in syncDrawState() local
207 needsStreamingAttribs.any(), &indexRange, outIndices)); in syncDrawState()
217 gl::AttributesMask updatedStreamingAttribsMask = needsStreamingAttribs; in syncDrawState()
251 if (needsStreamingAttribs.any()) in syncDrawState()
254 streamAttributes(context, needsStreamingAttribs, instanceCount, indexRange, false)); in syncDrawState()