Searched refs:hasRepeatScale (Results 1 – 3 of 3) sorted by relevance
96 virtual bool hasRepeatScale() const { return false; } in hasRepeatScale() function175 virtual bool hasRepeatScale() const { return !m_repeatScale.isEmpty(); } in hasRepeatScale() function
597 bool hasRepeatScale) in getTextureShaderType() argument602 type = hasRepeatScale ? RepeatTex : Tex2D; in getTextureShaderType()608 type = hasRepeatScale ? RepeatTexInv : Tex2DInv; in getTextureShaderType()852 shaderType = getTextureShaderType(textureTarget, data->hasRepeatScale()); in drawQuad()
179 ShaderType getTextureShaderType(GLenum textureTarget, bool hasRepeatScale);