Home
last modified time | relevance | path

Searched defs:FunctionToken (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp213 struct FunctionToken struct in gl4cts::SparseTexture2LookupTestCase
215 std::string name;
216 std::string arguments;
218 std::set<GLint> allowedTargets;
220 FunctionToken() in FunctionToken() function
224 FunctionToken(std::string fname, std::string fargs) : name(fname), arguments(fargs) in FunctionToken() function