Home
last modified time | relevance | path

Searched refs:ScopedLazyBind (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGL2ContextBuffers.cpp73 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 DWebGLBuffer.cpp136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
H A DWebGLContextVertices.cpp287 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
H A DTexUnpackBlob.cpp579 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 DWebGLContext.h1302 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 DWebGL2ContextBuffers.cpp73 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 DWebGLBuffer.cpp136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
H A DWebGLContextVertices.cpp293 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
H A DWebGLContext.h1358 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 DWebGL2ContextBuffers.cpp73 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 DWebGLBuffer.cpp136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
H A DWebGLContextVertices.cpp287 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
H A DTexUnpackBlob.cpp540 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 DWebGLContext.h1318 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 DWebGL2ContextBuffers.cpp73 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 DWebGLBuffer.cpp136 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
200 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
H A DWebGLContextVertices.cpp287 const ScopedLazyBind lazyBind(gl, LOCAL_GL_ARRAY_BUFFER, buffer); in VertexAttribPointer()
H A DTexUnpackBlob.cpp579 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 DWebGL2ContextBuffers.cpp87 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 DWebGLBuffer.cpp115 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
H A DWebGLContext.cpp2188 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 DWebGLContextBuffers.cpp416 const ScopedLazyBind lazyBind(gl, target, buffer); in BufferSubDataImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGL2ContextBuffers.cpp77 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 DWebGLBuffer.cpp122 const ScopedLazyBind lazyBind(gl, target, this); in BufferData()
186 const ScopedLazyBind lazyBind(gl, target, this); in BufferSubData()
H A DWebGLContext.cpp2088 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()

12