copyFrom 186 modules/core/include/opencv2/core/opengl.hpp void copyFrom(InputArray arr, Target target = ARRAY_BUFFER, bool autoRelease = false); copyFrom 189 modules/core/include/opencv2/core/opengl.hpp void copyFrom(InputArray arr, cuda::Stream& stream, Target target = ARRAY_BUFFER, bool autoRelease = false); copyFrom 367 modules/core/include/opencv2/core/opengl.hpp void copyFrom(InputArray arr, bool autoRelease = false); copyFrom 145 modules/core/src/opengl.cpp void copyFrom(const void* src, size_t spitch, size_t width, size_t height, cudaStream_t stream = 0); copyFrom 307 modules/core/src/opengl.cpp void copyFrom(GLuint srcBuf, GLsizeiptr size); copyFrom 309 modules/core/src/opengl.cpp void copyFrom(GLsizeiptr size, const GLvoid* data); copyFrom 316 modules/core/src/opengl.cpp void copyFrom(const void* src, size_t spitch, size_t width, size_t height, cudaStream_t stream = 0); copyFrom 433 modules/core/src/opengl.cpp cudaResource_.copyFrom(src, spitch, width, height, stream); copyFrom 513 modules/core/src/opengl.cpp copyFrom(arr, target, autoRelease); copyFrom 593 modules/core/src/opengl.cpp impl_->copyFrom(buf.bufId(), asize.area() * CV_ELEM_SIZE(atype)); copyFrom 603 modules/core/src/opengl.cpp impl_->copyFrom(dmat.data, dmat.step, dmat.cols * dmat.elemSize(), dmat.rows); copyFrom 613 modules/core/src/opengl.cpp impl_->copyFrom(asize.area() * CV_ELEM_SIZE(atype), mat.data); copyFrom 639 modules/core/src/opengl.cpp impl_->copyFrom(dmat.data, dmat.step, dmat.cols * dmat.elemSize(), dmat.rows, cuda::StreamAccessor::getStream(stream)); copyFrom 656 modules/core/src/opengl.cpp arr.getOGlBufferRef().copyFrom(*this); copyFrom 712 modules/core/src/opengl.cpp buf.copyFrom(*this, target, autoRelease); copyFrom 849 modules/core/src/opengl.cpp void copyFrom(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels); copyFrom 1130 modules/core/src/opengl.cpp impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], 0); copyFrom 1144 modules/core/src/opengl.cpp impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], 0); copyFrom 1156 modules/core/src/opengl.cpp impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], mat.data); copyFrom 1249 modules/core/src/opengl.cpp vertex_.copyFrom(vertex); copyFrom 1269 modules/core/src/opengl.cpp color_.copyFrom(color); copyFrom 1288 modules/core/src/opengl.cpp normal_.copyFrom(normal); copyFrom 1307 modules/core/src/opengl.cpp texCoord_.copyFrom(texCoord); copyFrom 148 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); copyFrom 162 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(d_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); copyFrom 176 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(buf_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); copyFrom 391 modules/cudaarithm/test/test_opengl.cpp tex.copyFrom(gold, true); copyFrom 405 modules/cudaarithm/test/test_opengl.cpp tex.copyFrom(d_gold, true); copyFrom 419 modules/cudaarithm/test/test_opengl.cpp tex.copyFrom(buf_gold, true); copyFrom 303 modules/highgui/src/window.cpp buf.copyFrom(_img); copyFrom 306 modules/highgui/src/window.cpp tex.copyFrom(buf); copyFrom 311 modules/highgui/src/window.cpp tex.copyFrom(_img); copyFrom 107 modules/superres/src/input_array_utility.cpp dst.getOGlBufferRef().copyFrom(src); copyFrom 258 samples/cpp/detect_mser.cpp data->indices.copyFrom(indices); copyFrom 259 samples/cpp/detect_mser.cpp data->tex.copyFrom(result); copyFrom 93 samples/gpu/opengl.cpp data.indices.copyFrom(indices); copyFrom 94 samples/gpu/opengl.cpp data.tex.copyFrom(img);