Searched refs:GLESImageApi (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 173 class GLESImageApi : public ImageApi, private glu::CallLogWrapper class 180 …virtual bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) … 188 …bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; 203 …class RenderTexture2D : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<Uni… 204 …class RenderTextureCubemap : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr… 205 …class RenderReadPixelsRenderbuffer : public Render { public: bool invokeGLES (GLESImageApi& api, M… 206 …class RenderDepthbuffer : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<U… 207 …class RenderStencilbuffer : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<… 208 …class RenderTryAll : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<Uniqu… 213 …bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const ove… [all …]
|