Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp111 class ImageApi;
121 …virtual bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& refImg) const…
152 class ImageApi class
155 ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface);
156 virtual ~ImageApi (void) {} in ~ImageApi()
165 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi() function in deqp::egl::Image::ImageApi
173 class GLESImageApi : public ImageApi, private glu::CallLogWrapper
179 bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const;
308 : ImageApi (egl, contextId, display, surface) in GLESImageApi()
336 bool GLESImageApi::GLESAction::invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& … in invoke()
[all …]