Searched refs:isArrayElement (Results 1 – 5 of 5) sorted by relevance
110 if (Ptr.isArrayElement()) { in toAPValue()
94 F = F.isArrayElement() ? F.getArray().expand() : F.getBase(); in print()
214 bool isArrayElement() const { return Base != Offset; } in isArrayElement() function
82 bool isArrayElement() const;
108 bool UniformBlock::isArrayElement() const in isArrayElement() function in es2::UniformBlock428 …*params = static_cast<GLint>(uniformBlock.name.size() + 1 + (uniformBlock.isArrayElement() ? 3 : 0… in getActiveUniformBlockiv()2895 if(uniformBlock.isArrayElement()) in getActiveUniformBlockName()2932 const GLint arrayLength = (uniformBlock.isArrayElement() ? 3 : 0); in getActiveUniformBlockMaxLength()