/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/ |
H A D | WebGL2ContextBuffers.cpp | 73 const ScopedLazyBind readBind(gl, readTarget, readBuffer); in CopyBufferSubData() 74 const ScopedLazyBind writeBind(gl, writeTarget, writeBuffer); in CopyBufferSubData() 123 const ScopedLazyBind readBind(gl, target, buffer); in GetBufferSubData()
|
H A D | WebGLBuffer.cpp | 136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData() 200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
|
H A D | WebGLContextVertices.cpp | 287 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
|
H A D | TexUnpackBlob.cpp | 579 const ScopedLazyBind bindPBO(gl, LOCAL_GL_PIXEL_UNPACK_BUFFER, in TexOrSubImage() 601 const ScopedLazyBind bindPBO(gl, LOCAL_GL_PIXEL_UNPACK_BUFFER, in TexOrSubImage()
|
H A D | WebGLContext.h | 1302 class ScopedLazyBind final { 1308 ScopedLazyBind(gl::GLContext* const gl, const GLenum target, in ScopedLazyBind() function 1316 ~ScopedLazyBind() { in ~ScopedLazyBind()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/ |
H A D | WebGL2ContextBuffers.cpp | 73 const ScopedLazyBind readBind(gl, readTarget, readBuffer); in CopyBufferSubData() 74 const ScopedLazyBind writeBind(gl, writeTarget, writeBuffer); in CopyBufferSubData() 123 const ScopedLazyBind readBind(gl, target, buffer); in GetBufferSubData()
|
H A D | WebGLBuffer.cpp | 136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData() 200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
|
H A D | WebGLContextVertices.cpp | 293 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
|
H A D | WebGLContext.h | 1358 class ScopedLazyBind final { 1364 ScopedLazyBind(gl::GLContext* const gl, const GLenum target, in ScopedLazyBind() function 1372 ~ScopedLazyBind() { in ~ScopedLazyBind()
|
/dports/www/firefox/firefox-99.0/dom/canvas/ |
H A D | WebGL2ContextBuffers.cpp | 73 const ScopedLazyBind readBind(gl, readTarget, readBuffer); in CopyBufferSubData() 74 const ScopedLazyBind writeBind(gl, writeTarget, writeBuffer); in CopyBufferSubData() 123 const ScopedLazyBind readBind(gl, target, buffer); in GetBufferSubData()
|
H A D | WebGLBuffer.cpp | 136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData() 200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
|
H A D | WebGLContextVertices.cpp | 287 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
|
H A D | TexUnpackBlob.cpp | 540 const ScopedLazyBind bindPBO(gl, LOCAL_GL_PIXEL_UNPACK_BUFFER, in TexOrSubImage() 569 const ScopedLazyBind bindPBO(gl, LOCAL_GL_PIXEL_UNPACK_BUFFER, in TexOrSubImage()
|
H A D | WebGLContext.h | 1318 class ScopedLazyBind final { 1324 ScopedLazyBind(gl::GLContext* const gl, const GLenum target, in ScopedLazyBind() function 1332 ~ScopedLazyBind() { in ~ScopedLazyBind()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/ |
H A D | WebGL2ContextBuffers.cpp | 73 const ScopedLazyBind readBind(gl, readTarget, readBuffer); in CopyBufferSubData() 74 const ScopedLazyBind writeBind(gl, writeTarget, writeBuffer); in CopyBufferSubData() 123 const ScopedLazyBind readBind(gl, target, buffer); in GetBufferSubData()
|
H A D | WebGLBuffer.cpp | 136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData() 200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
|
H A D | WebGLContextVertices.cpp | 287 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
|
H A D | TexUnpackBlob.cpp | 579 const ScopedLazyBind bindPBO(gl, LOCAL_GL_PIXEL_UNPACK_BUFFER, in TexOrSubImage() 601 const ScopedLazyBind bindPBO(gl, LOCAL_GL_PIXEL_UNPACK_BUFFER, in TexOrSubImage()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/ |
H A D | WebGL2ContextBuffers.cpp | 87 const ScopedLazyBind readBind(gl, readTarget, readBuffer); in CopyBufferSubData() 88 const ScopedLazyBind writeBind(gl, writeTarget, writeBuffer); in CopyBufferSubData() 132 const ScopedLazyBind readBind(gl, target, buffer); in GetBufferSubData()
|
H A D | WebGLBuffer.cpp | 115 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
|
H A D | WebGLContext.cpp | 2188 ScopedLazyBind::ScopedLazyBind(gl::GLContext* gl, GLenum target, const WebGLBuffer* buf) in ScopedLazyBind() function in mozilla::ScopedLazyBind 2189 : ScopedGLWrapper<ScopedLazyBind>(gl) in ScopedLazyBind() 2199 ScopedLazyBind::UnwrapImpl() in UnwrapImpl()
|
H A D | WebGLContextBuffers.cpp | 416 const ScopedLazyBind lazyBind(gl, target, buffer); in BufferSubDataImpl()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/ |
H A D | WebGL2ContextBuffers.cpp | 77 const ScopedLazyBind readBind(gl, readTarget, readBuffer); in CopyBufferSubData() 78 const ScopedLazyBind writeBind(gl, writeTarget, writeBuffer); in CopyBufferSubData() 140 const ScopedLazyBind readBind(gl, target, buffer); in GetBufferSubData()
|
H A D | WebGLBuffer.cpp | 122 const ScopedLazyBind lazyBind(gl, target, this); in BufferData() 186 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
|
H A D | WebGLContext.cpp | 2088 ScopedLazyBind::ScopedLazyBind(gl::GLContext* gl, GLenum target, in ScopedLazyBind() function in mozilla::ScopedLazyBind 2090 : ScopedGLWrapper<ScopedLazyBind>(gl), in ScopedLazyBind() 2098 void ScopedLazyBind::UnwrapImpl() { in UnwrapImpl()
|