HomeSort by relevance Sort by last modified time
    Searched refs:kEffectKeyBits (Results 1 - 3 of 3) sorted by null

  /external/skia/include/gpu/
GrBackendEffectFactory.h 36 kEffectKeyBits = 12,
71 kEffectKeyBits);
GrTBackendEffectFactory.h 39 static const EffectKey kIllegalIDMask = (uint16_t) (~((1U << kEffectKeyBits) - 1));
45 return fEffectClassID | (textureKey << kEffectKeyBits) | effectKey;
69 fEffectClassID = GenID() << (kEffectKeyBits + kTextureKeyBits) ;
  /external/skia/src/gpu/gl/
GrGLEffect.h 39 kEffectKeyBits = GrBackendEffectFactory::kEffectKeyBits,
55 Only the bits indicated by GrBackendEffectFactory::kEffectKeyBits are

Completed in 442 milliseconds