Searched refs:AndroidNativeImageSource (Results 1 – 1 of 1) sorted by relevance
101 class AndroidNativeImageSource : public ImageSource class104 AndroidNativeImageSource (GLenum format) : m_format(format), m_libui(DE_NULL) {} in AndroidNativeImageSource() function in deqp::egl::Image::AndroidNativeImageSource105 ~AndroidNativeImageSource (void);120 AndroidNativeImageSource::~AndroidNativeImageSource (void) in ~AndroidNativeImageSource()125 const LibUI& AndroidNativeImageSource::getLibUI (void) const in getLibUI()139 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const glw::Functions&, Texture2D* ref… in createBuffer()163 EGLImageKHR AndroidNativeImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext, … in createImage()176 return MovePtr<ImageSource>(new AndroidNativeImageSource(format)); in createAndroidNativeImageSource()