Searched refs:getActiveInterfaceBlockMaxNameLength (Results 1 – 2 of 2) sorted by relevance
854 GLint getActiveInterfaceBlockMaxNameLength(const std::vector<T> &resources) const;
2593 GLint Program::getActiveInterfaceBlockMaxNameLength(const std::vector<T> &resources) const in getActiveInterfaceBlockMaxNameLength() function in gl::Program2615 return getActiveInterfaceBlockMaxNameLength(mState.mExecutable->getUniformBlocks()); in getActiveUniformBlockMaxNameLength()2621 return getActiveInterfaceBlockMaxNameLength(mState.mExecutable->getShaderStorageBlocks()); in getActiveShaderStorageBlockMaxNameLength()