Searched refs:isArrayElement (Results 1 – 3 of 3) sorted by relevance
63 bool isArrayElement() const;
90 bool UniformBlock::isArrayElement() const in isArrayElement() function in gl::UniformBlock
2570 if (uniformBlock.isArrayElement()) in getActiveUniformBlockName()2597 …*params = static_cast<GLint>(uniformBlock.name.size() + 1 + (uniformBlock.isArrayElement() ? 3 : 0… in getActiveUniformBlockiv()2638 const unsigned int arrayLength = (uniformBlock.isArrayElement() ? 3 : 0); in getActiveUniformBlockMaxLength()