Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp719 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() function in sh::TType
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp723 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() function in sh::TType
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h442 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; } in setInterfaceBlock() function