Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType()
723 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock()
732 void TType::setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex) in setInterfaceBlockField()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp216 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType()
719 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, in TType()
442 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; } in setInterfaceBlock()