Home
last modified time | relevance | path

Searched refs:RepeatTexInv (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.h48 RepeatTexInv, enumerator
DShaderProgram.cpp381 m_handleArray[RepeatTexInv].init(repeatTexInvAlpha, repeatTexInvContrast, in initGLResources()
386 initProgram(RepeatTexInv); in initGLResources()
608 type = hasRepeatScale ? RepeatTexInv : Tex2DInv; in getTextureShaderType()