Searched refs:interfaceBlockIn (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Types.cpp | 211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() argument 217 mInterfaceBlock = interfaceBlockIn; in TType() 723 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() argument 725 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock() 727 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock() 732 void TType::setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex) in setInterfaceBlockField() argument 734 setInterfaceBlock(interfaceBlockIn); in setInterfaceBlockField()
|
| D | Types.h | 104 TType(const TInterfaceBlock *interfaceBlockIn, 236 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn); 239 void setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex);
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Types.cpp | 216 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() argument 228 mInterfaceBlock(interfaceBlockIn), in TType() 719 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() argument 721 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock() 723 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock()
|
| D | Types.h | 104 TType(const TInterfaceBlock *interfaceBlockIn, 219 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn);
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | Types.h | 265 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
|