Home
last modified time | relevance | path

Searched refs:GetInterfaceBlockIndex (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.cpp544 GLuint GetInterfaceBlockIndex(const std::vector<InterfaceBlock> &list, const std::string &name) in GetInterfaceBlockIndex() function
2603 return GetInterfaceBlockIndex(mUniformBlocks, name); in getUniformBlockIndex()
2608 return GetInterfaceBlockIndex(mShaderStorageBlocks, name); in getShaderStorageBlockIndex()