Searched defs:m_img (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dhighgui.h367 IplImage* GetImage() { return m_img; };
371 int Width() { return !m_img ? 0 : !m_img->roi ? m_img->width : m_img->roi->width; };
372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;};
373 int Bpp() { return m_img
380 IplImage* m_img; member in class:CvvImage
[all...]
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp1624 EGLImageKHR m_img; member in class:deqp::egl::Image::ImageFormatCase
1656 , m_img (EGL_NO_IMAGE_KHR)
1760 if (m_img != EGL_NO_IMAGE_KHR)
1763 TCU_CHECK_EGL_CALL(m_eglExt.eglDestroyImageKHR(m_display->getEGLDisplay(), m_img));
1765 m_img = EGL_NO_IMAGE_KHR;
1768 m_img = m_apiContexts[m_spec.operations[m_curIter].apiIndex]->create(m_spec.operations[m_curIter].operationIndex, m_refImg);
1775 isOk = m_apiContexts[m_spec.operations[m_curIter].apiIndex]->render(m_spec.operations[m_curIter].operationIndex, m_img, m_refImg);
1781 m_apiContexts[m_spec.operations[m_curIter].apiIndex]->modify(m_spec.operations[m_curIter].operationIndex, m_img, m_refImg);
1797 if (m_img != EGL_NO_IMAGE_KHR)
1800 TCU_CHECK_EGL_CALL(m_eglExt.eglDestroyImageKHR(m_display->getEGLDisplay(), m_img));
[all...]

Completed in 68 milliseconds