Home
last modified time | relevance | path

Searched refs:mHasBeenBound (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContextVertexArray.cpp29 mBoundVertexArray->mHasBeenBound = true; in BindVertexArray()
H A DWebGLTransformFeedback.h30 bool mHasBeenBound = false; variable
H A DWebGL2ContextTransformFeedback.cpp49 mBoundTransformFeedback->mHasBeenBound = true; in BindTransformFeedback()
H A DWebGLVertexArray.h66 bool mHasBeenBound = false; variable
H A DWebGLFramebuffer.h138 bool mHasBeenBound = false;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLContextVertexArray.cpp29 mBoundVertexArray->mHasBeenBound = true; in BindVertexArray()
H A DWebGLTransformFeedback.h29 bool mHasBeenBound = false; variable
H A DWebGL2ContextTransformFeedback.cpp49 mBoundTransformFeedback->mHasBeenBound = true; in BindTransformFeedback()
H A DWebGLVertexArray.h66 bool mHasBeenBound = false; variable
H A DWebGLFramebuffer.h141 bool mHasBeenBound = false; variable
H A DClientWebGLContext.cpp1541 return obj && obj->IsUsable(*this) && obj->mHasBeenBound; in IsFramebuffer()
1563 return obj && obj->IsUsable(*this) && obj->mHasBeenBound; in IsRenderbuffer()
1599 return obj && obj->IsUsable(*this) && obj->mHasBeenBound; in IsTransformFeedback()
1607 return obj && obj->IsUsable(*this) && obj->mHasBeenBound; in IsVertexArray()
2971 fb->mHasBeenBound = true; in BindFramebuffer()
3156 if (!rb->mHasBeenBound) { in FramebufferAttach()
3190 rb->mHasBeenBound = true; in FramebufferAttach()
3250 rb->mHasBeenBound = true; in BindRenderbuffer()
3896 vao->mHasBeenBound = true; in BindVertexArray()
4436 tf->mHasBeenBound = true; in BindTransformFeedback()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContextVertexArray.cpp29 mBoundVertexArray->mHasBeenBound = true; in BindVertexArray()
H A DWebGLTransformFeedback.h30 bool mHasBeenBound = false; variable
H A DWebGL2ContextTransformFeedback.cpp49 mBoundTransformFeedback->mHasBeenBound = true; in BindTransformFeedback()
H A DWebGLVertexArray.h66 bool mHasBeenBound = false; variable
H A DWebGLFramebuffer.h145 bool mHasBeenBound = false;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContextVertexArray.cpp29 mBoundVertexArray->mHasBeenBound = true; in BindVertexArray()
H A DWebGLTransformFeedback.h30 bool mHasBeenBound = false; variable
H A DWebGL2ContextTransformFeedback.cpp49 mBoundTransformFeedback->mHasBeenBound = true; in BindTransformFeedback()
H A DWebGLVertexArray.h66 bool mHasBeenBound = false; variable
H A DWebGLFramebuffer.h138 bool mHasBeenBound = false;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLRenderbuffer.h41 bool mHasBeenBound; variable
H A DWebGLRenderbuffer.cpp50 mHasBeenBound(false) { in WebGLRenderbuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLRenderbuffer.h42 bool mHasBeenBound; variable
H A DWebGLRenderbuffer.cpp57 , mHasBeenBound(false) in WebGLRenderbuffer()

12