Home
last modified time | relevance | path

Searched refs:isBound (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp259 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()
DVertexArray.cpp128 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/
DTransformFeedback.cpp245 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()
DVertexArray.cpp114 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()
DBuffer.h124 ANGLE_INLINE bool isBound() const { return mState.mBindingCount > 0; } in isBound() function
DState.cpp1610 if (!buffer->isBound()) in detachBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.h63 assert(isBound()); in getPosition()
79 bool isBound() const { return Position < 0; } in isBound() function
85 assert(!isBound()); in bindTo()
87 assert(isBound()); in bindTo()
DIceAssembler.cpp44 assert(!isBound()); in linkTo()
DIceAssemblerMIPS32.cpp193 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()
DIceAssemblerX8632.cpp2840 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()
DIceAssemblerX8664.cpp2994 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()
DIceAssemblerX8632.h312 assert(!isBound()); in nearLinkTo()
DIceAssemblerX8664.h333 assert(!isBound()); in nearLinkTo()
DIceAssemblerARM32.cpp775 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/
Dohos_net_socket.js20 isBound: "[PC Preview] unknow isBound", property
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.hpp157 virtual bool isBound (void) const = 0;
179 virtual bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::ContextArray
DglsDrawTest.cpp928 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()
DglsVertexArrayTests.cpp1112 if (m_arrays[arrayNdx]->isBound()) in render()
1131 if (m_arrays[arrayNdx]->isBound()) in render()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js338 isBound: "[PC Preview] unknow isBound", property