Lines Matching refs:ProgramImpl
39 class GrDistanceFieldA8TextGeoProc::Impl : public ProgramImpl {
213 using INHERITED = ProgramImpl;
285 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 16; in addToKey()
290 std::unique_ptr<GrGeometryProcessor::ProgramImpl> GrDistanceFieldA8TextGeoProc::makeProgramImpl( in makeProgramImpl()
330 class GrDistanceFieldPathGeoProc::Impl : public ProgramImpl {
476 using INHERITED = ProgramImpl;
537 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 16; in addToKey()
538 key |= fLocalMatrix.hasPerspective() << (16 + ProgramImpl::kMatrixKeyBits); in addToKey()
543 std::unique_ptr<GrGeometryProcessor::ProgramImpl> GrDistanceFieldPathGeoProc::makeProgramImpl( in makeProgramImpl()
580 class GrDistanceFieldLCDTextGeoProc::Impl : public ProgramImpl {
860 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix); in addToKey()
866 std::unique_ptr<GrGeometryProcessor::ProgramImpl> GrDistanceFieldLCDTextGeoProc::makeProgramImpl( in makeProgramImpl()