Lines Matching refs:filenames
397 …nderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames);
417 …enderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) in Compressed2DFormatCase() argument
421 , m_filenames (filenames) in Compressed2DFormatCase()
497 …nderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames);
522 …enderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) in CompressedCubeFormatCase() argument
526 , m_filenames (filenames) in CompressedCubeFormatCase()
660 static const char* filenames[] = in init() local
671 …_pot", "GL_ETC1_RGB8_OES, GL_TEXTURE_2D", toStringVector(filenames, DE_LENGTH_OF_ARRAY(filenames))… in init()
675 vector<string> filenames; in init() local
676 filenames.push_back("data/etc1/photo_helsinki_113x89.pkm"); in init()
677 …text(), m_context.getContextInfo(), "etc1_2d_npot", "GL_ETC1_RGB8_OES, GL_TEXTURE_2D", filenames)); in init()