Lines Matching defs:key
277 uint32_t key = 0;
278 key |= fFlags;
279 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 16;
280 b->add32(key);
552 uint32_t key = fFlags;
553 key |= ProgramImpl::ComputeMatrixKey(caps, fMatrix) << 16;
554 key |= fMatrix.hasPerspective() << (16 + ProgramImpl::kMatrixKeyBits);
555 b->add32(key);
873 uint32_t key = 0;
874 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix);
875 key |= fFlags << 16;
876 b->add32(key);