/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | TransformFeedback.cpp | 259 bool isBound = context->isCurrentTransformFeedback(this); in detachBuffer() local 264 if (isBound) in detachBuffer() 284 bool isBound = context && context->isCurrentTransformFeedback(this); in bindIndexedBuffer() local 285 if (isBound && mState.mIndexedBuffers[index].get()) in bindIndexedBuffer() 290 if (isBound && buffer) in bindIndexedBuffer()
|
D | VertexArray.cpp | 128 bool isBound = context->isCurrentVertexArray(this); in onDestroy() local 133 if (isBound) in onDestroy() 149 if (isBound) in onDestroy() 178 bool isBound = context->isCurrentVertexArray(this); in detachBuffer() local 186 if (isBound) in detachBuffer() 216 if (isBound && mState.mElementArrayBuffer.get()) in detachBuffer()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | TransformFeedback.cpp | 245 bool isBound = context->isCurrentTransformFeedback(this); in detachBuffer() local 250 if (isBound) in detachBuffer() 270 bool isBound = context && context->isCurrentTransformFeedback(this); in bindIndexedBuffer() local 271 if (isBound && mState.mIndexedBuffers[index].get()) in bindIndexedBuffer() 276 if (isBound && buffer) in bindIndexedBuffer()
|
D | VertexArray.cpp | 114 bool isBound = context->isCurrentVertexArray(this); in onDestroy() local 117 if (isBound) in onDestroy() 124 if (isBound && mState.mElementArrayBuffer.get()) in onDestroy() 149 bool isBound = context->isCurrentVertexArray(this); in detachBuffer() local 156 if (isBound) in detachBuffer() 182 if (isBound && mState.mElementArrayBuffer.get()) in detachBuffer()
|
D | Buffer.h | 124 ANGLE_INLINE bool isBound() const { return mState.mBindingCount > 0; } in isBound() function
|
D | State.cpp | 1610 if (!buffer->isBound()) in detachBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssembler.h | 63 assert(isBound()); in getPosition() 79 bool isBound() const { return Position < 0; } in isBound() function 85 assert(!isBound()); in bindTo() 87 assert(isBound()); in bindTo()
|
D | IceAssembler.cpp | 44 assert(!isBound()); in linkTo()
|
D | IceAssemblerMIPS32.cpp | 193 assert(!L->isBound()); // Labels can only be bound once. in bind() 428 if (TargetLabel->isBound()) { in b() 1248 if (TargetLabel->isBound()) { in bcc() 1264 if (TargetLabel->isBound()) { in bzc()
|
D | IceAssemblerX8632.cpp | 2840 if (label->isBound()) { in j() 2882 if (label->isBound()) { in jmp() 3059 assert(!L->isBound()); // Labels can only be bound once. in bind() 3171 if (label->isBound()) { in emitLabel() 3181 assert(!Label->isBound()); in emitLabelLink() 3188 assert(!Label->isBound()); in emitNearLabelLink()
|
D | IceAssemblerX8664.cpp | 2994 if (label->isBound()) { in j() 3037 if (label->isBound()) { in jmp() 3223 assert(!L->isBound()); // Labels can only be bound once. in bind() 3335 if (label->isBound()) { in emitLabel() 3345 assert(!Label->isBound()); in emitLabelLink() 3352 assert(!Label->isBound()); in emitNearLabelLink()
|
D | IceAssemblerX8632.h | 312 assert(!isBound()); in nearLinkTo()
|
D | IceAssemblerX8664.h | 333 assert(!isBound()); in nearLinkTo()
|
D | IceAssemblerARM32.cpp | 775 assert(!L->isBound()); // Labels can only be bound once. in bind() 901 if (L->isBound()) { in emitBranch()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_socket.js | 20 isBound: "[PC Preview] unknow isBound", property
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.hpp | 157 virtual bool isBound (void) const = 0; 179 virtual bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::ContextArray
|
D | glsDrawTest.cpp | 928 bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::__anon08e0c12e0111::AttributeArray 1032 if (!isBound()) in bindAttribute() 1889 if (m_arrays[arrayNdx]->isBound()) in render() 2040 if (m_arrays[arrayNdx]->isBound()) in render()
|
D | glsVertexArrayTests.cpp | 1112 if (m_arrays[arrayNdx]->isBound()) in render() 1131 if (m_arrays[arrayNdx]->isBound()) in render()
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | net.js | 338 isBound: "[PC Preview] unknow isBound", property
|