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

  /external/chromium_org/third_party/skia/include/gpu/
GrTBackendEffectFactory.h 34 virtual EffectKey glEffectKey(const GrDrawEffect& drawEffect,
37 EffectKey effectKey = GLEffect::GenKey(drawEffect, caps);
38 EffectKey textureKey = GrGLProgramEffects::GenTextureKey(drawEffect, caps);
39 EffectKey transformKey = GrGLProgramEffects::GenTransformKey(drawEffect);
40 EffectKey attribKey = GrGLProgramEffects::GenAttribKey(drawEffect);
42 static const EffectKey kIllegalEffectKeyMask = (uint16_t) (~((1U << kEffectKeyBits) - 1));
43 SkASSERT(!(kIllegalEffectKeyMask & effectKey));
45 static const EffectKey kIllegalTextureKeyMask = (uint16_t) (~((1U << kTextureKeyBits) - 1));
48 static const EffectKey kIllegalTransformKeyMask = (uint16_t) (~((1U << kTransformKeyBits) - 1))
    [all...]
  /external/skia/include/gpu/
GrTBackendEffectFactory.h 34 virtual EffectKey glEffectKey(const GrDrawEffect& drawEffect,
37 EffectKey effectKey = GLEffect::GenKey(drawEffect, caps);
38 EffectKey textureKey = GrGLProgramEffects::GenTextureKey(drawEffect, caps);
39 EffectKey transformKey = GrGLProgramEffects::GenTransformKey(drawEffect);
40 EffectKey attribKey = GrGLProgramEffects::GenAttribKey(drawEffect);
42 static const EffectKey kIllegalEffectKeyMask = (uint16_t) (~((1U << kEffectKeyBits) - 1));
43 SkASSERT(!(kIllegalEffectKeyMask & effectKey));
45 static const EffectKey kIllegalTextureKeyMask = (uint16_t) (~((1U << kTextureKeyBits) - 1));
48 static const EffectKey kIllegalTransformKeyMask = (uint16_t) (~((1U << kTransformKeyBits) - 1))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 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
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 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
    [all...]

Completed in 288 milliseconds