Home
last modified time | relevance | path

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

/third_party/skia/m133/src/sksl/ir/
DSkSLVariable.h127 virtual void setInterfaceBlock(InterfaceBlock*) { SkUNREACHABLE; } in setInterfaceBlock() function
177 void setInterfaceBlock(InterfaceBlock* elem) override { in setInterfaceBlock() function
/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