Searched refs:TextureUploadCallCase (Results 1 – 1 of 1) sorted by relevance
292 class TextureUploadCallCase : public TextureUploadCase class295 …TextureUploadCallCase (Context& context, const char* name, const char* description, UploadFunction…296 ~TextureUploadCallCase (void);302 TextureUploadCallCase::TextureUploadCallCase (Context& context, const char* name, const char* descr… in TextureUploadCallCase() function in deqp::gles2::Performance::TextureUploadCallCase307 TextureUploadCallCase::~TextureUploadCallCase (void) in ~TextureUploadCallCase()312 void TextureUploadCallCase::render (void) in render()331 tcu::TestNode::IterateResult TextureUploadCallCase::iterate (void) in iterate()550 …textureSizes[texSize].uploadCallGroup->addChild (new TextureUploadCallCase (m_context, caseName.… in init()