Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h97 ConstantUnion* getConstPointer() in getConstPointer() function
105 ConstantUnion* getConstPointer() const { return unionArray; } in getConstPointer() function
349 constant->getConstPointer()->setIConst(value); in insertConstInt()
DParseHelper.cpp911 int fragDataValue = static_cast<TVariable*>(fragData)->getConstPointer()[0].getIConst(); in arraySetMaxSize()
1018 if(type.getArraySize() != maxDrawBuffers->getConstPointer()->getIConst()) in declareVariable()
1303 ConstantUnion* constArray = tVar->getConstPointer(); in executeInitializer()
Dglslang.y237 ConstantUnion *constArray = variable->getConstPointer();
Dglslang_tab.cpp2379 ConstantUnion *constArray = variable->getConstPointer(); in yyparse()