Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dopengl.cpp107 …const GLenum gl_types[] = { gl::UNSIGNED_BYTE, gl::BYTE, gl::UNSIGNED_SHORT, gl::SHORT, gl::INT, g… variable
1016 …ew Impl(internalFormats[cn], asize.width, asize.height, srcFormats[cn], gl_types[depth], 0, autoRe… in Texture2D()
1030 …ew Impl(internalFormats[cn], asize.width, asize.height, srcFormats[cn], gl_types[depth], 0, autoRe… in Texture2D()
1042 …ew Impl(internalFormats[cn], asize.width, asize.height, srcFormats[cn], gl_types[depth], mat.data,… in Texture2D()
1130 impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], 0); in copyFrom()
1144 impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], 0); in copyFrom()
1156 impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], mat.data); in copyFrom()
1182 impl_->copyTo(dstFormat, gl_types[ddepth], 0); in copyTo()
1195 impl_->copyTo(dstFormat, gl_types[ddepth], 0); in copyTo()
1209 impl_->copyTo(dstFormat, gl_types[ddepth], mat.data); in copyTo()
[all …]