Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.cpp320 GLuint GetInterfaceBlockIndex(const std::vector<InterfaceBlock> &list, const std::string &name) in GetInterfaceBlockIndex() function
3107 return GetInterfaceBlockIndex(mState.mExecutable->getUniformBlocks(), name); in getUniformBlockIndex()
3113 return GetInterfaceBlockIndex(mState.mExecutable->getShaderStorageBlocks(), name); in getShaderStorageBlockIndex()