Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() argument
217 mInterfaceBlock = interfaceBlockIn; in TType()
716 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() argument
718 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock()
720 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock()
725 void TType::setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex) in setInterfaceBlockField() argument
727 setInterfaceBlock(interfaceBlockIn); in setInterfaceBlockField()
DTypes.h104 TType(const TInterfaceBlock *interfaceBlockIn,
234 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn);
237 void setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex);
/external/swiftshader/src/OpenGL/compiler/
DTypes.h265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, in TType() argument
269 interfaceBlock(interfaceBlockIn), layoutQualifier(layoutQualifierIn), structure(0), mangled(0) in TType()
442 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; } in setInterfaceBlock() argument