Lines Matching refs:VertexArray11
22 VertexArray11::VertexArray11(const gl::VertexArrayState &data) in VertexArray11() function in rx::VertexArray11
31 VertexArray11::~VertexArray11() {} in ~VertexArray11()
33 void VertexArray11::destroy(const gl::Context *context) {} in destroy()
67 angle::Result VertexArray11::syncState(const gl::Context *context, in syncState()
137 angle::Result VertexArray11::syncStateForDraw(const gl::Context *context, in syncStateForDraw()
207 angle::Result VertexArray11::updateElementArrayStorage(const gl::Context *context, in updateElementArrayStorage()
228 void VertexArray11::updateVertexAttribStorage(const gl::Context *context, in updateVertexAttribStorage()
252 bool VertexArray11::hasActiveDynamicAttrib(const gl::Context *context) in hasActiveDynamicAttrib()
260 angle::Result VertexArray11::updateDirtyAttribs(const gl::Context *context, in updateDirtyAttribs()
304 angle::Result VertexArray11::updateDynamicAttribs(const gl::Context *context, in updateDynamicAttribs()
350 const std::vector<TranslatedAttribute> &VertexArray11::getTranslatedAttribs() const in getTranslatedAttribs()
355 void VertexArray11::markAllAttributeDivisorsForAdjustment(int numViews) in markAllAttributeDivisorsForAdjustment()
367 const TranslatedIndexData &VertexArray11::getCachedIndexInfo() const in getCachedIndexInfo()
373 void VertexArray11::updateCachedIndexInfo(const TranslatedIndexData &indexInfo) in updateCachedIndexInfo()
378 bool VertexArray11::isCachedIndexInfoValid() const in isCachedIndexInfoValid()
383 gl::DrawElementsType VertexArray11::getCachedDestinationIndexType() const in getCachedDestinationIndexType()