Searched refs:AndroidNativeImageSource (Results 1 – 1 of 1) sorted by relevance
269 class AndroidNativeImageSource : public ImageSource class272 …AndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) : m_format(format), m_num… in AndroidNativeImageSource() function in deqp::egl::Image::__anon5d1e29540111::AndroidNativeImageSource273 ~AndroidNativeImageSource (void);285 AndroidNativeImageSource::~AndroidNativeImageSource (void) in ~AndroidNativeImageSource()289 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const Library& egl, const glw::Functi… in createBuffer()326 EGLImageKHR AndroidNativeImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext, … in createImage()341 return MovePtr<ImageSource>(new AndroidNativeImageSource(format, numLayers, isYUV)); in createAndroidNativeImageSource()