Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/egl/
H A DteglAndroidUtil.cpp284 class AndroidNativeImageSource : public ImageSource class
287 AndroidNativeImageSource(GLenum format, uint32_t numLayers, bool isYUV) in AndroidNativeImageSource() function in deqp::egl::Image::__anonc54a56eb0111::AndroidNativeImageSource
293 ~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()