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

  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 111 EffectKey* effectKeys = desc->effectKeys();
122 effectKeys[currEffectKey++] =
130 effectKeys[currEffectKey++] =
GrGLProgramDesc.h 28 of this is GL-specific. There is the generation of GrGLEffect::EffectKeys and the dst-read part
199 EffectKey* effectKeys() { return this->atOffset<EffectKey, kEffectKeyOffset>(); }

Completed in 390 milliseconds