Home
last modified time | relevance | path

Searched refs:DoReadPixels (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DClientWebGLContext.cpp1006 if (!DoReadPixels(desc, range)) return nullptr; in BackBufferSnapshot()
4583 if (!DoReadPixels(desc, range)) { in ReadPixels()
4588 bool ClientWebGLContext::DoReadPixels(const webgl::ReadPixelsDesc& desc, in DoReadPixels() function in mozilla::ClientWebGLContext
H A DClientWebGLContext.h1012 [[nodiscard]] bool DoReadPixels(const webgl::ReadPixelsDesc&,
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DClientWebGLContext.cpp1072 if (!DoReadPixels(desc, range)) return nullptr; in BackBufferSnapshot()
4767 if (!DoReadPixels(desc, range)) { in ReadPixels()
4772 bool ClientWebGLContext::DoReadPixels(const webgl::ReadPixelsDesc& desc, in DoReadPixels() function in mozilla::ClientWebGLContext
H A DDrawTargetWebgl.cpp609 bool success = mWebgl->DoReadPixels(desc, range); in ReadInto()
H A DClientWebGLContext.h1038 [[nodiscard]] bool DoReadPixels(const webgl::ReadPixelsDesc&,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DClientWebGLContext.cpp1006 if (!DoReadPixels(desc, range)) return nullptr; in BackBufferSnapshot()
4583 if (!DoReadPixels(desc, range)) { in ReadPixels()
4588 bool ClientWebGLContext::DoReadPixels(const webgl::ReadPixelsDesc& desc, in DoReadPixels() function in mozilla::ClientWebGLContext
H A DClientWebGLContext.h1012 [[nodiscard]] bool DoReadPixels(const webgl::ReadPixelsDesc&,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_passthrough_doer_prototypes.h471 error::Error DoReadPixels(GLint x,
H A Dgles2_cmd_decoder_passthrough_handlers.cc1104 error = DoReadPixels(x, y, width, height, format, type, bufsize, &length, in HandleReadPixels()
H A Dgles2_cmd_decoder_passthrough_doers.cc2405 error::Error GLES2DecoderPassthroughImpl::DoReadPixels(GLint x, in DoReadPixels() function in gpu::gles2::GLES2DecoderPassthroughImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_passthrough_doer_prototypes.h476 error::Error DoReadPixels(GLint x,
H A Dgles2_cmd_decoder_passthrough_handlers.cc1104 error = DoReadPixels(x, y, width, height, format, type, bufsize, &length, in HandleReadPixels()
H A Dgles2_cmd_decoder_passthrough_doers.cc2472 error::Error GLES2DecoderPassthroughImpl::DoReadPixels(GLint x, in DoReadPixels() function in gpu::gles2::GLES2DecoderPassthroughImpl