Home | History | Annotate | Download | only in gl

Lines Matching refs:EffectKey

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