Home
last modified time | relevance | path

Searched refs:AndroidNativeImageSource (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.cpp269 class AndroidNativeImageSource : public ImageSource class
272AndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) : m_format(format), m_num… in AndroidNativeImageSource() function in deqp::egl::Image::__anon5d1e29540111::AndroidNativeImageSource
273 ~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()