Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.h133 const std::vector<sh::InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h364 const std::vector<InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function