Home
last modified time | relevance | path

Searched refs:updateCachedElementLimit (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DVertexArray.cpp88 attrib.updateCachedElementLimit(newBinding); in setAttribBinding()
249 mState.mVertexAttributes[boundAttribute].updateCachedElementLimit(*binding); in updateCachedBufferBindingSize()
410 mState.mVertexAttributes[attribIndex].updateCachedElementLimit(binding); in setVertexBindingDivisor()
450 attrib.updateCachedElementLimit(mState.mVertexBindings[attrib.bindingIndex]); in setVertexAttribFormat()
DVertexAttribute.h81 void updateCachedElementLimit(const VertexBinding &binding);
DVertexAttribute.cpp84 void VertexAttribute::updateCachedElementLimit(const VertexBinding &binding) in updateCachedElementLimit() function in gl::VertexAttribute