Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTBackendEffectFactory.h37 EffectKey textureKey = GLEffect::GenTextureKey(stage.getEffect(), caps); in glEffectKey() local
43 GrAssert(!(kIllegalTextureKeyMask & textureKey)); in glEffectKey()
45 return fEffectClassID | (textureKey << kEffectKeyBits) | effectKey; in glEffectKey()