Searched refs:ImageApi (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 111 class ImageApi; 121 …virtual bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& refImg) const… 151 class ImageApi class 154 ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface); 155 virtual ~ImageApi (void) {} in ~ImageApi() 164 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi() function in deqp::egl::Image::ImageApi 172 class GLES2ImageApi : public ImageApi, private glu::CallLogWrapper 178 bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; 279 : ImageApi (egl, contextId, display, surface) in GLES2ImageApi() 307 bool GLES2ImageApi::GLES2Action::invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D… in invoke() [all …]
|