Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp128 bool isBound = context->isCurrentVertexArray(this); in onDestroy()
178 bool isBound = context->isCurrentVertexArray(this); in detachBuffer()
324 ASSERT(context->isCurrentVertexArray(this)); in bindVertexBufferImpl()
DContext.h507 bool isCurrentVertexArray(const VertexArray *va) const in isCurrentVertexArray() function
509 return mState.isCurrentVertexArray(va); in isCurrentVertexArray()
DState.h787 bool isCurrentVertexArray(const VertexArray *va) const { return va == mVertexArray; } in isCurrentVertexArray() function