Home
last modified time | relevance | path

Searched defs:isBound (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DTransformFeedback.cpp252 bool isBound = context->isCurrentTransformFeedback(this); in detachBuffer() local
277 bool isBound = context && context->isCurrentTransformFeedback(this); in bindIndexedBuffer() local
DBuffer.h124 ANGLE_INLINE bool isBound() const { return mState.mBindingCount > 0; } in isBound() function
DVertexArray.cpp114 bool isBound = context->isCurrentVertexArray(this); in onDestroy() local
149 bool isBound = context->isCurrentVertexArray(this); in detachBuffer() local
/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.cpp99 virtual bool isBound() const override { return mIsBound; } in isBound() function in __anon169bbcf70111::ColorBufferHelper