Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType()
716 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock()
725 void TType::setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex) in setInterfaceBlockField()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, in TType()
442 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; } in setInterfaceBlock()