Home
last modified time | relevance | path

Searched defs:aformat (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp616 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D()
622 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D()
628 void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) in create()
/external/opencv3/modules/core/src/
Dopengl.cpp950 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoR… in Texture2D()
967 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease) : … in Texture2D()
1053 void cv::ogl::Texture2D::create(int arows, int acols, Format aformat, bool autoRelease) in create()