Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h180 bool hasPrototypeDeclaration() const { return prototypeDeclaration; } in hasPrototypeDeclaration() function
DParseHelper.cpp1835 if(symbolTableFunction->hasPrototypeDeclaration() && mShaderVersion == 100) in addFunctionPrototypeDeclaration()