Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DVertexArray.cpp114 bool isBound = context->isCurrentVertexArray(this); in onDestroy()
149 bool isBound = context->isCurrentVertexArray(this); in detachBuffer()
278 ASSERT(context->isCurrentVertexArray(this)); in bindVertexBufferImpl()
DContext.h511 bool isCurrentVertexArray(const VertexArray *va) const in isCurrentVertexArray() function
513 return mState.isCurrentVertexArray(va); in isCurrentVertexArray()
DState.h718 bool isCurrentVertexArray(const VertexArray *va) const { return va == mVertexArray; } in isCurrentVertexArray() function