HomeSort by relevance Sort by last modified time
    Searched full:parsesingledeclaration (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 161 TIntermAggregate *parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTypeLocation, const TString &identifier);
glslang.y 833 $$.intermAggregate = context->parseSingleDeclaration($$.type, @1, "");
837 $$.intermAggregate = context->parseSingleDeclaration($$.type, @2, *$2.string);
    [all...]
glslang_tab.cpp     [all...]
ParseHelper.cpp     [all...]

Completed in 125 milliseconds