Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1958 const size_t rootNameEnd = resourceName.find_first_of(".["); in queryAndValidateProps() local
1959 const std::string rootName = resourceName.substr(0, rootNameEnd); in queryAndValidateProps()