HomeSort by relevance Sort by last modified time
    Searched full:texturekey (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/
GrTBackendEffectFactory.h 38 EffectKey textureKey = GrGLProgramEffects::GenTextureKey(drawEffect, caps);
46 SkASSERT(!(kIllegalTextureKeyMask & textureKey));
52 SkASSERT(!(kIllegalAttribKeyMask & textureKey));
60 (textureKey << kEffectKeyBits) |
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 126 uint32_t textureKey = gen_texture_key(processorStage.getProcessor(), caps);
133 if ((textureKey | transformKey | classID) & kMetaKeyInvalidMask) {
138 key[0] = (textureKey << 16 | transformKey);

Completed in 812 milliseconds