• Home
  • Raw
  • Download

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()
124 angle::Result VertexArray11::syncStateForDraw(const gl::Context *context, in syncStateForDraw()
194 angle::Result VertexArray11::updateElementArrayStorage(const gl::Context *context, in updateElementArrayStorage()
215 void VertexArray11::updateVertexAttribStorage(const gl::Context *context, in updateVertexAttribStorage()
239 bool VertexArray11::hasActiveDynamicAttrib(const gl::Context *context) in hasActiveDynamicAttrib()
247 angle::Result VertexArray11::updateDirtyAttribs(const gl::Context *context, in updateDirtyAttribs()
291 angle::Result VertexArray11::updateDynamicAttribs(const gl::Context *context, in updateDynamicAttribs()
337 const std::vector<TranslatedAttribute> &VertexArray11::getTranslatedAttribs() const in getTranslatedAttribs()
342 void VertexArray11::markAllAttributeDivisorsForAdjustment(int numViews) in markAllAttributeDivisorsForAdjustment()
354 const TranslatedIndexData &VertexArray11::getCachedIndexInfo() const in getCachedIndexInfo()
360 void VertexArray11::updateCachedIndexInfo(const TranslatedIndexData &indexInfo) in updateCachedIndexInfo()
365 bool VertexArray11::isCachedIndexInfoValid() const in isCachedIndexInfoValid()
370 gl::DrawElementsType VertexArray11::getCachedDestinationIndexType() const in getCachedDestinationIndexType()