Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLVariable.h127 virtual void setInterfaceBlock(InterfaceBlock*) { SkUNREACHABLE; } in setInterfaceBlock() function
177 void setInterfaceBlock(InterfaceBlock* elem) override { in setInterfaceBlock() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.cpp723 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() function in sh::TType