Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp245 bool isBound = context->isCurrentTransformFeedback(this); in detachBuffer() local
270 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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp259 bool isBound = context->isCurrentTransformFeedback(this); in detachBuffer() local
284 bool isBound = context && context->isCurrentTransformFeedback(this); in bindIndexedBuffer() local
DVertexArray.cpp128 bool isBound = context->isCurrentVertexArray(this); in onDestroy() local
178 bool isBound = context->isCurrentVertexArray(this); in detachBuffer() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_socket.js20 isBound: "[PC Preview] unknow isBound", property
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.h79 bool isBound() const { return Position < 0; } in isBound() function
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js338 isBound: "[PC Preview] unknow isBound", property
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.hpp179 virtual bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::ContextArray
DglsDrawTest.cpp897 bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::__anondc8ad4d10111::AttributeArray