Lines Matching refs:EffectKey
15 typedef GrGLProgramEffects::EffectKey EffectKey; typedef
74 MatrixType get_matrix_type(EffectKey transformKey, int transformIdx) { in get_matrix_type()
84 GrCoordSet get_source_coords(EffectKey transformKey, int transformIdx) { in get_source_coords()
143 EffectKey GrGLProgramEffects::GenAttribKey(const GrDrawEffect& drawEffect) { in GenAttribKey()
144 EffectKey key = 0; in GenAttribKey()
149 EffectKey value = attributeIndices[a] << 3 * a; in GenAttribKey()
156 EffectKey GrGLProgramEffects::GenTransformKey(const GrDrawEffect& drawEffect) { in GenTransformKey()
157 EffectKey totalKey = 0; in GenTransformKey()
160 EffectKey key = 0; in GenTransformKey()
196 EffectKey GrGLProgramEffects::GenTextureKey(const GrDrawEffect& drawEffect, const GrGLCaps& caps) { in GenTextureKey()
197 EffectKey key = 0; in GenTextureKey()
264 EffectKey key, in emitEffect()
313 EffectKey effectKey, in emitTransforms()
316 EffectKey totalKey = GrBackendEffectFactory::GetTransformKey(effectKey); in emitTransforms()
462 GrGLProgramEffects::EffectKey key, in emitEffect()
474 EffectKey key, in emitEffect()
503 EffectKey effectKey, in setupPathTexGen()
506 EffectKey totalKey = GrBackendEffectFactory::GetTransformKey(effectKey); in setupPathTexGen()
536 EffectKey totalKey = fTransforms[effectIdx].fTransformKey; in setPathTexGenState()
588 GrGLProgramEffects::EffectKey key, in emitEffect()