Searched refs:AndroidNativeImageSource (Results 1 – 1 of 1) sorted by relevance
284 class AndroidNativeImageSource : public ImageSource class287 AndroidNativeImageSource(GLenum format, uint32_t numLayers, bool isYUV) in AndroidNativeImageSource() function in deqp::egl::Image::__anonc54a56eb0111::AndroidNativeImageSource293 ~AndroidNativeImageSource(void);315 AndroidNativeImageSource::~AndroidNativeImageSource(void) in ~AndroidNativeImageSource()319 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer(const Library &egl, const glw::Functio… in createBuffer()357 EGLImageKHR AndroidNativeImageSource::createImage(const Library &egl, EGLDisplay dpy, EGLContext, in createImage()373 return MovePtr<ImageSource>(new AndroidNativeImageSource(format, numLayers, isYUV)); in createAndroidNativeImageSource()