Searched refs:attribsMask (Results 1 – 2 of 2) sorted by relevance
510 AttributesMask attribsMask; in getVertexArraysAttributeMask() local521 attribsMask.set(GLES1Renderer::VertexArrayIndex(attrib, *this), in getVertexArraysAttributeMask()527 attribsMask.set(GLES1Renderer::TexCoordArrayIndex(i), isTexCoordArrayEnabled(i)); in getVertexArraysAttributeMask()530 return attribsMask; in getVertexArraysAttributeMask()
1817 gl::AttributesMask attribsMask = executable->getActiveAttribLocationsMask(); in handleDirtyGraphicsVertexBuffers() local1818 for (size_t attribIndex : attribsMask) in handleDirtyGraphicsVertexBuffers()