Searched refs:getMaxVertexAttribDivisor (Results 1 – 3 of 3) sorted by relevance
149 uint32_t getMaxVertexAttribDivisor() const { return mMaxVertexAttribDivisor; } in getMaxVertexAttribDivisor() function
572 (binding.getDivisor() > renderer->getMaxVertexAttribDivisor()) || (bufferGL == nullptr); in syncDirtyAttrib()738 if (divisor > renderer->getMaxVertexAttribDivisor()) in updateStreamedAttribs()
490 divisor > mRenderer->getMaxVertexAttribDivisor() ? 1 : divisor, format, relativeOffset); in onVertexAttributeChange()