Searched refs:getMaxBindings (Results 1 – 4 of 4) sorted by relevance
47 size_t getMaxBindings() const { return mVertexBindings.size(); } in getMaxBindings() function245 size_t getMaxBindings() const { return mState.getMaxBindings(); } in getMaxBindings() function
234 ASSERT(bindingIndex < getMaxBindings()); in getVertexBinding()323 ASSERT(bindingIndex < getMaxBindings()); in bindVertexBufferImpl()404 ASSERT(attribIndex < getMaxAttribs() && bindingIndex < getMaxBindings()); in setVertexAttribBinding()427 ASSERT(bindingIndex < getMaxBindings()); in setVertexBindingDivisor()
3158 ASSERT(static_cast<size_t>(index) < mVertexArray->getMaxBindings()); in getIntegeri_v()3162 ASSERT(static_cast<size_t>(index) < mVertexArray->getMaxBindings()); in getIntegeri_v()3166 ASSERT(static_cast<size_t>(index) < mVertexArray->getMaxBindings()); in getIntegeri_v()3170 ASSERT(static_cast<size_t>(index) < mVertexArray->getMaxBindings()); in getIntegeri_v()
111 mNativeState(new VertexArrayStateGL(state.getMaxAttribs(), state.getMaxBindings())) in VertexArrayGL()