Searched defs:fboConfigList (Results 1 – 1 of 1) sorted by relevance
391 std::vector<FBOConfig> fboConfigList; member1054 void Renderer::createFBOwithColorAttachment (const std::vector<FBOConfig> fboConfigList) in createFBOwithColorAttachment()1727 std::vector<FBOConfig> fboConfigList(fboConfigs, fboConfigs + DE_LENGTH_OF_ARRAY(fboConfigs)); in setupTest() local