Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DDrawQuadData.h96 virtual bool hasRepeatScale() const { return false; } in hasRepeatScale() function
175 virtual bool hasRepeatScale() const { return !m_repeatScale.isEmpty(); } in hasRepeatScale() function
DShaderProgram.cpp597 bool hasRepeatScale) in getTextureShaderType() argument
602 type = hasRepeatScale ? RepeatTex : Tex2D; in getTextureShaderType()
608 type = hasRepeatScale ? RepeatTexInv : Tex2DInv; in getTextureShaderType()
852 shaderType = getTextureShaderType(textureTarget, data->hasRepeatScale()); in drawQuad()
DShaderProgram.h179 ShaderType getTextureShaderType(GLenum textureTarget, bool hasRepeatScale);