Searched refs:textureKey (Results 1 – 1 of 1) sorted by relevance
37 EffectKey textureKey = GLEffect::GenTextureKey(stage.getEffect(), caps); in glEffectKey() local43 GrAssert(!(kIllegalTextureKeyMask & textureKey)); in glEffectKey()45 return fEffectClassID | (textureKey << kEffectKeyBits) | effectKey; in glEffectKey()